-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
66 lines (66 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
66
{
"name": "Droneshare",
"description": "Open-source drone sharing and control",
"version": "1.0.0",
"author": {
"name": "Kevin Hester",
"email": "[email protected]",
"url": "https://github.com/geeksville"
},
"contributors": [
{
"name": "Ramon Roche",
"email": "[email protected]",
"url": "https://github.com/mrpollo"
},
{
"name": "Jason Short",
"email": "[email protected]",
"url": "https://github.com/jason4short"
}
],
"repository": {
"type": "git",
"url": "https://github.com/diydrones/droneshare.git"
},
"dependencies": {
"coffee-script": "~1.7.1",
"express": "~3.5.1",
"express-cors": "0.0.3",
"grunt": "~0.4.4",
"grunt-bower-task": "~0.3.4",
"grunt-coffeelint": "~0.0.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-hustler": "~4.0.6",
"grunt-karma": "~0.8.2",
"grunt-prompt": "~1.1.0",
"grunt-sauceconnect": "^0.1.0",
"karma-junit-reporter": "~0.2.1",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "~0.4.0",
"optipng-bin": "^0.3.8",
"time-grunt": "~0.3.1"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt-contrib-jasmine": "^0.6.5",
"grunt-protractor-runner": "^1.1.4",
"grunt-protractor-webdriver": "^0.1.9",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"protractor": "^1.3.1"
}
}