-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 887 Bytes
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
{
"name": "backbone.fileupload_view",
"version": "0.0.1",
"description": "backbone fileupload view",
"author": {
"name": "Fanlia",
"email": "fanlia@outlook.com",
"url": "https://github.com/uxnow"
},
"main": "dist/backbone.fileupload_view.js",
"homepage": "https://github.com/ersmo/backbone.fileupload_view",
"bugs": "https://github.com/ersmo/backbone.fileupload_view/issues",
"repository": {
"type": "git",
"url": "git://github.com/ersmo/backbone.fileupload_view.git"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-copy": "~0.4.1"
}
}