-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 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
{
"name": "requirejs-project-structure",
"version": "0.0.0",
"description": "build a normal html project using requirejs",
"main": "src/index.html",
"scripts": {
"test": "test-site"
},
"keywords": [
"requirejs",
"html5"
],
"author": "maple-leaf",
"license": "ISC",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-apimocker": "0.0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-task-loader": "~0.3.0",
"time-grunt": "~1.0.0"
}
}