forked from json5/json5-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "json5-spec",
"version": "1.0.0",
"description": "The JSON5 Data Interchange Format",
"private": true,
"scripts": {
"build": "ecmarkup src/index.html --css-out docs/ecmarkup.css --js-out docs/ecmarkup.js docs/index.html",
"start": "node server/index.js",
"watch": "ecmarkup -w src/index.html --css-out docs/ecmarkup.css --js-out docs/ecmarkup.js docs/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/json5/json5-spec.git"
},
"keywords": [
"json5",
"spec"
],
"author": "Jordan Tucker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/json5/json5-spec/issues"
},
"homepage": "https://github.com/json5/json5-spec#readme",
"devDependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cors": "^2.8.4",
"ecmarkup": "^3.12.0",
"errorhandler": "^1.5.0",
"express": "^4.15.5",
"helmet": "^3.8.2",
"morgan": "^1.9.0",
"serve-favicon": "^2.4.5",
"serve-static": "^1.13.0"
}
}