forked from imaginethepoet/autojqm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 864 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
{
"name": "JQMAUTOV1",
"version": "1.1.0",
"description": "A quick rapid mobile app framework and build script",
"author": "Preston McCauley",
"repository":{
"type" : "git",
"url" : "https://github.com/imaginethepoet/autojqm"
},
"devDependencies": {
"grunt": "~0.4.1",
"bower": "~1.2.7",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-coffee": "~0.4.0",
"grunt-bower-task": "~0.3.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-text-replace": "~0.3.7",
"grunt-shell": "~0.3.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-bake": "~0.2.1",
"connect-livereload": "~0.3.0",
"grunt-contrib-less": "~0.7.0"
},
"engine": "node >= 0.4.1"
}