forked from flowjs/ng-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 968 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
41
{
"name": "@flow.js/ng-flow",
"version": "2.7.1",
"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": "~0.4",
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.11",
"grunt-karma": "~0.12.1",
"grunt-karma-coveralls": "^2.5.4",
"karma": "0.13",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "^0.3.6",
"karma-sauce-launcher": "0.3.0"
}
}