-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 943 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 943 Bytes
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": "n4-numberinput-directive",
"version": "1.0.2",
"main": "src/n4numberinput.js",
"scripts":
{
"test": "gulp coverage"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-coveralls": "^0.1.3",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.3",
"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/n4numberinput.git"
},
"author": "N4Works",
"license": "MIT",
"bugs":
{
"url": "https://github.com/N4Works/n4numberinput/issues"
},
"homepage": "https://github.com/N4Works/n4numberinput"
}