-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1002 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
35
36
37
38
{
"name": "n4input",
"version": "0.0.1",
"main": "dist/n4input.min.js",
"scripts": {
"test": "gulp coverage"
},
"dependencies": {},
"devDependencies": {
"babel": "^5.8.23",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-coveralls": "^0.1.4",
"gulp-cssmin": "^0.1.7",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/N4Works/n4input.git"
},
"author": "N4Works <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/N4Works/n4input/issues"
},
"homepage": "https://github.com/N4Works/n4input"
}