-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 loc) · 1.63 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
{
"name": "thegrid-apidocs",
"version": "0.1.28",
"description": "API documentation for The Grid",
"repository": {
"type": "git",
"url": "git://github.com/the-grid/apidocs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-grid/apidocs/issues"
},
"main": "index.coffee",
"bin": {
"thegrid-authenticate": "./bin/thegrid-authenticate",
"thegrid-designsystem-update": "./bin/thegrid-designsystem-update",
"thegrid-designsystem-run": "./bin/thegrid-designsystem-run",
"thegrid-designsystem-collaborators": "./bin/thegrid-designsystem-collaborators",
"thegrid-share-file": "./bin/thegrid-share-file",
"thegrid-share-url": "./bin/thegrid-share-url",
"thegrid-site-configure": "./bin/thegrid-site-configure"
},
"files": [
"index.coffee",
"bin",
"blueprint",
"schemata",
"schema",
"tools",
"examples"
],
"homepage": "https://thegrid.io",
"dependencies": {
"coffee-script": "^1.7.1",
"js-yaml": "^3.2.5",
"jsjob": "^0.10.5",
"jsonwebtoken": "^7.1.9",
"minimist": "^1.2.0",
"semver": "^5.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coffeelint": "^1.8.1",
"grunt": "^0.4.4",
"grunt-aglio": "^0.4.1",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-gh-pages": "^2.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-yaml": "^0.4.1",
"grunt-yamllint": "^0.2.0",
"json-schema-deref-sync": "^0.3.0",
"mocha": "^3.1.2",
"tv4": "^1.1.9",
"tv4-formats": "^2.2.1"
},
"scripts": {
"test": "grunt test"
}
}