forked from aframevr/aframe-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "aframe-registry",
"version": "0.6.0",
"aframe_version": "0.6.0",
"description": "Curated collection of community A-Frame components.",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js && npm run site",
"config": "shx cp -n scripts/templates/config.local.js scripts",
"lint": "semistandard scripts/*.js tests/*.js",
"site": "node site/generate.js",
"print": "prettyjson build/0.3.0.json",
"postinstall": "npm run config",
"serve": "http-server -p 7979",
"test": "mocha --harmony --harmony-proxies tests",
"test:ci": "npm run config && npm run test"
},
"devDependencies": {
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"deep-extend": "^0.4.1",
"js-yaml": "^3.6.1",
"marked": "^0.3.6",
"mocha": "^3.2.0",
"moment": "^2.15.1",
"nunjucks": "^2.5.2",
"prettyjson": "^1.1.3",
"semistandard": "^9.0.0",
"sinon": "^1.17.6",
"superagent": "^2.3.0",
"superagent-promise": "^1.1.0",
"url-join": "^1.1.0",
"urlgray": "^0.2.3"
},
"dependencies": {
"require-dir": "^0.3.1",
"shx": "^0.1.4"
}
}