-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "devbridge-vanilla-autocomplete",
"version": "1.0.0",
"description": "Flexible JavaScript library for implementing Autocomplete features.",
"main": "dist/devbridge-vanilla-autocomplete.js",
"scripts": {
"test": "./node_modules/.bin/karma start karma-conf.js"
},
"keywords": [
"devbridge",
"autocomplete"
],
"author": "Tomas Kirda",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/devbridge/Vanilla-Autocomplete.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.8.0",
"gulp": "^3.8.11",
"gulp-uglify": "^1.1.0",
"karma": "^0.12.31",
"karma-coverage": "~0.1.0",
"karma-jasmine": "^0.3.3",
"karma-jasmine-ajax": "^0.1.12",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.6.0",
"mocha": "^2.2.1"
}
}