forked from BelinChung/HiApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 964 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
30
{
"name": "hiapp",
"description": "A web app made with Framework7.With PhoneGap you can easily convert it to native iOS 7 app.",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git@github.com:BelinChung/HiApp.git"
},
"devDependencies": {
"grunt-banner": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-requirejs": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-targethtml": "latest",
"grunt-contrib-compress": "latest",
"connect-livereload": "latest",
"grunt-open": "latest",
"matchdep": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-less":"latest",
"jshint": "latest",
"grunt-contrib-jshint": "latest",
"jshint-stylish": "latest"
},
"scripts": {
"test": "grunt test"
}
}