mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Merge commit '8a2550e7d5cd19e25616087052915e1c9978e0ad'
This commit is contained in:
+26
-23
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "typeahead.js",
|
||||
"name": "corejs-typeahead",
|
||||
"description": "fast and fully-featured autocomplete library",
|
||||
"keywords": [
|
||||
"typeahead",
|
||||
"autocomplete"
|
||||
],
|
||||
"homepage": "http://twitter.github.com/typeahead.js",
|
||||
"bugs": "https://github.com/twitter/typeahead.js/issues",
|
||||
"homepage": "http://corejavascript.github.io/typeahead.js/",
|
||||
"bugs": "https://github.com/corejavascript/typeahead.js/issues",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twitter/typeahead.js.git"
|
||||
"url": "https://github.com/corejavascript/typeahead.js.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Twitter, Inc.",
|
||||
@@ -29,40 +29,43 @@
|
||||
"url": "https://twitter.com/vskarich"
|
||||
}
|
||||
],
|
||||
"license": "See license in LICENSE",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^1.9.1",
|
||||
"colors": "^0.6.2",
|
||||
"chai": "^3.3.0",
|
||||
"colors": "^1.1.2",
|
||||
"grunt": "~0.4",
|
||||
"grunt-concurrent": "^0.5.0",
|
||||
"grunt-contrib-clean": "~0.4.0",
|
||||
"grunt-contrib-concat": "~0.1",
|
||||
"grunt-contrib-connect": "~0.1",
|
||||
"grunt-contrib-jshint": "~0.8",
|
||||
"grunt-contrib-uglify": "~0.2.6",
|
||||
"grunt-contrib-watch": "~0.2",
|
||||
"grunt-concurrent": "^2.0.3",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-concat": "^0.5.1",
|
||||
"grunt-contrib-connect": "^0.11.2",
|
||||
"grunt-contrib-jshint": "^0.11.3",
|
||||
"grunt-contrib-uglify": "^0.9.2",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-exec": "~0.4.5",
|
||||
"grunt-sed": "~0.1",
|
||||
"grunt-step": "~0.2.0",
|
||||
"grunt-umd": "^2.3.3",
|
||||
"karma": "^0.12.22",
|
||||
"karma-chrome-launcher": "^0.1.4",
|
||||
"karma-coverage": "^0.2.6",
|
||||
"karma": "^0.13.14",
|
||||
"karma-chrome-launcher": "^0.2.1",
|
||||
"karma-coverage": "^0.5.2",
|
||||
"karma-firefox-launcher": "^0.1.3",
|
||||
"karma-jasmine": "^0.1.5",
|
||||
"karma-opera-launcher": "^0.1.0",
|
||||
"karma-phantomjs-launcher": "^0.1.4",
|
||||
"karma-jasmine": "^0.1.6",
|
||||
"karma-opera-launcher": "^0.3.0",
|
||||
"karma-phantomjs-launcher": "^0.2.1",
|
||||
"karma-safari-launcher": "^0.1.1",
|
||||
"mocha": "^1.20.1",
|
||||
"semver": "~1.1.3",
|
||||
"mocha": "^2.3.3",
|
||||
"node-static": "^0.7.7",
|
||||
"semver": "^5.0.3",
|
||||
"underscore": "^1.6.0",
|
||||
"yiewd": "^0.5.0"
|
||||
"yiewd": "^0.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "bower install",
|
||||
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
|
||||
},
|
||||
"version": "0.11.1",
|
||||
"main": "dist/typeahead.bundle.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user