forked from LeaVerou/awesomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 836 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
{
"name": "awesomplete",
"version": "0.0.0",
"description": "http://leaverou.github.io/awesomplete/",
"main": "awesomplete.js",
"scripts": {
"test": "karma start --single-run"
},
"repository": "LeaVerou/awesomplete",
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/awesomplete/issues"
},
"homepage": "https://leaverou.github.io/awesomplete/",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-closure-compiler-service": "^0.5.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-def": "^0.1.0"
}
}