-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "jaguarjs",
"version": "1.1.1",
"description": "High Performance Animation Library optimized mobile devices",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/davidshimjs/jaguarjs.git"
},
"keywords": [
"Canvas",
"CSS3",
"Animation",
"Game"
],
"author": "davidshimjs <ssm0123@gmail.com>",
"license": "LGPL v2.1",
"gitHead": "700fb4b5ddb35bb4922a3705b425d1d88a7b53a4",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/davidshimjs/jaguarjs/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"connect-livereload": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-concat": "~0.3.0",
"grunt-string-replace": "~0.2.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-jsdoc": "~0.4.2",
"dox": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.8.3"
}
}