forked from ninapratiwi/ng-form-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.99 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ng-form-data",
"version": "0.0.1",
"description": "Support input[type=\"file\"] with ng-model and transparently submit with HTML5 FormData",
"longDescription": "Support input[type=\"file\"] with ng-model and transparently submit with HTML5 FormData",
"main": "ng-form-data.js",
"repository": {
"type": "git",
"url": "https://github.com/tomchentw/ng-form-data"
},
"keywords": [
"Angular",
"directive",
"ng-model",
"input",
"FormData",
"file",
"image",
"upload"
],
"author": {
"name": "tomchentw",
"email": "[email protected]",
"url": "https://github.com/tomchentw"
},
"license": {
"type": "MIT",
"url": "http://tomchentw.mit-license.org"
},
"bugs": {
"url": "https://github.com/tomchentw/ng-form-data/issues"
},
"homepage": "https://github.com/tomchentw/ng-form-data",
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "make server"
},
"dependencies": {
"LiveScript": "^1.2.0",
"bower": "^1.2.8",
"q": "^1.0.0",
"connect": "^2.13.0",
"highlight.js": "^8.0.0",
"jshint-stylish": "^0.1.5",
"gulp": "^3.5.2",
"gulp-livescript": "^0.2.0",
"gulp-jshint": "^1.5.3",
"gulp-uglify": "^0.2.1",
"gulp-angular-templatecache": "^1.1.0",
"gulp-jade": "^0.5.0",
"gulp-sass": "^0.7.1",
"gulp-minify-css": "^0.3.0",
"gulp-concat": "^2.1.7",
"gulp-rev": "^0.3.2",
"gulp-header": "^1.0.2"
},
"devDependencies": {
"tiny-lr": "0.0.5",
"gulp-bump": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-conventional-changelog": "^0.1.2",
"gulp-livereload": "^1.1.1",
"gulp-nodemon": "^1.0.2",
"coveralls": "^2.8.0",
"protractor": "^0.21.0",
"karma": "^0.12.9",
"karma-live-preprocessor": "^0.2.2",
"karma-script-launcher": "^0.1.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.2",
"karma-coverage": "^0.2.0"
}
}