-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 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
{
"name": "leap-camera-control",
"version": "0.1.0",
"description": "Control system for cameras using Leap Motion module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "echo \"NPM install complete! Running grunt installer...\" && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NullDivision/LeapCameraControl.git"
},
"keywords": [
"leap",
"motion",
"control",
"video",
"camera"
],
"author": "TechTeam20",
"license": "MIT",
"bugs": {
"url": "https://github.com/NullDivision/LeapCameraControl/issues"
},
"homepage": "https://github.com/NullDivision/LeapCameraControl#readme",
"devDependencies": {
"bootstrap-sass": "*",
"grunt": "*",
"grunt-contrib-jasmine": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-jslint": "*",
"grunt-lodash": "*",
"grunt-notify": "*",
"grunt-react": "*",
"grunt-template-jasmine-requirejs": "*",
"jshint-stylish": "*",
"lodash-cli": "*",
"requirejs": "*"
},
"dependencies": {
"body-parser": "*",
"express": "*",
"jade": "*",
"socket.io": "*",
"sockjs": "*"
}
}