-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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
{
"name": "angular-file-process",
"description": "Angular File Process is a file processing module for the AngularJS framework",
"version": "0.0.2",
"homepage": "https://github.com/madwyn/angular-file-process",
"repository": {
"type": "git",
"url": "https://github.com/madwyn/angular-file-process.git"
},
"author": {
"name": "Yanan Wen",
"url": "https://github.com/madwyn"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"grunt": "~0.4.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-strip-code": "~0.1.2",
"bower": "~1.3.3",
"karma": "~0.12.16",
"karma-chrome-launcher": "~0.1.3",
"karma-jasmine": "^0.1.5"
},
"dependencies": {},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/madwyn/angular-file-process/LICENSE"
}
]
}