forked from senchalabs/jQTouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.21 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
56
{
"author": "David Kaneda",
"name": "jQTouch",
"version": "1.0.0",
"versionId": "b5",
"repository": {
"type": "git",
"url": "git://github.com/senchalabs/jQTouch.git"
},
"contributors": [
{
"name": "David Kaneda",
"email": "[email protected]"
},
{
"name": "Jonathan Stark",
"email": ""
},
{
"name": "Thomas Yip",
"email": ""
}
],
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": "~0.8"
},
"dependencies": {
"grunt-coverjs": "~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.0rc7",
"grunt-text-replace": "~0.2.10",
"grunt-contrib-qunit": "~0.1.1",
"grunt-contrib-clean": "~0.4.0rc6",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-compress": "~0.4.0",
"grunt-contrib-concat": "~0.1.2rc6",
"grunt-contrib-copy": "0.4.0rc7",
"grunt-contrib-mincss": "~0.4.0",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-uglify": "~0.1.1rc6",
"grunt-contrib-compass": "~0.1.1rc8",
"grunt-update-submodules": "~0.2.0",
"grunt-contrib-watch": "~0.1.4",
"grunt-livereload": "~0.1.3"
},
"optionalDependencies": {},
"scripts": {
"test": "grunt test --verbose"
}
}