forked from ChrisWren/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 765 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 765 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
{
"name": "sauce-docs",
"version": "0.0.0",
"description": "Sauce Labs markdown docs",
"main": "Gruntfile.js",
"private": true,
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/saucelabs/docs.git"
},
"author": "Sauce Labs",
"license": "ApacheV2",
"bugs": {
"url": "https://github.com/saucelabs/docs/issues"
},
"homepage": "https://github.com/saucelabs/docs",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-link-checker": "0.0.5",
"grunt-pages": "^0.11.1",
"load-grunt-tasks": "^0.5.0",
"lodash": "^2.4.1"
}
}