-
Notifications
You must be signed in to change notification settings - Fork 303
/
package.json
40 lines (40 loc) · 919 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
39
40
{
"name": "@flowjs/ng-flow",
"version": "2.7.8",
"description": "Flow.js html5 file upload extension on angular.js framework",
"scripts": {
"test": "grunt test"
},
"main": "dist/ng-flow.js",
"repository": {
"type": "git",
"url": "git://github.com/flowjs/ng-flow.git"
},
"keywords": [
"flow.js",
"flow",
"resumable.js",
"resumable",
"angular",
"angular.js",
"angular-upload",
"file upload",
"upload"
],
"author": "Aidas Klimas",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "1.4",
"grunt-bump": "0.8.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "2.0.0",
"grunt-contrib-uglify": "5.0",
"grunt-karma": "4.0.2",
"karma": "6.3",
"karma-coverage": "2.1.0",
"karma-firefox-launcher": "2.1.2",
"karma-jasmine": "4.0.1",
"karma-sauce-launcher": "4.3.6"
}
}