-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 KB
/
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
{
"name": "n4FileUpload",
"version": "2.0.0",
"main": ["dist/n4fileupload.js", "dist/n4fileupload.css"],
"scripts": {
"test": "gulp coverage"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"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": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/N4Works/n4fileupload.git"
},
"author": "N4Works <contato@n4works.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/N4Works/n4fileupload/issues"
},
"homepage": "https://github.com/N4Works/n4fileupload"
}