-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathpackage.json
33 lines (33 loc) · 844 Bytes
/
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
{
"name": "px4devguide",
"version": "2.0.0",
"description": "This guide is published **privately** online at:",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PX4/Devguide.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bower-install-simple": "0.9.2",
"grunt-cli": "0.1.11",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-requirejs": "0.4.1",
"grunt-gitbook": "^1.5.0",
"grunt-http-server": "^1.10.0",
"grunt-link-checker": "^0.1.0",
"mocha": "2.2.1",
"should": "5.2.0"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PX4/Devguide/issues"
},
"homepage": "https://github.com/PX4/Devguide#readme"
}