forked from senchalabs/jQTouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.29 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"author": "David Kaneda",
"name": "jqt",
"description": "Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).",
"version": "1.0.1",
"versionId": "",
"repository": {
"type": "git",
"url": "git://github.com/senchalabs/jQTouch.git"
},
"contributors": [
{
"name": "David Kaneda",
"email": "[email protected]"
},
{
"name": "Jonathan Stark"
},
{
"name": "Thomas Yip",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": "~0.10"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-compress": "~0.6.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-coverjs": "~0.1.0",
"grunt-update-submodules": "~0.2.0",
"load-grunt-tasks": "^0.5.0"
},
"optionalDependencies": {},
"scripts": {
"test": "grunt test --verbose",
"prepublish": "grunt dist --verbose"
}
}