-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 829 Bytes
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
{
"name": "kinect",
"version": "0.0.0",
"description": "HTML5 canvas 2D animation studio",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/garytryan/kineticUI.git"
},
"author": "Gary Ryan",
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"connect-livereload": "~0.2.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-connect": "~0.3.0",
"express": "~3.3.4",
"stylus": "~0.36.0",
"grunt-contrib-stylus": "~0.7.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"jquery": "~1.8.3"
}
}