forked from immersive-web/webvr-polyfill-dpdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 840 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
{
"name": "webvr-polyfill-dpdb",
"version": "1.0.16",
"description": "A Device Parameter Database for the WebVR Polyfill",
"main": "dpdb.json",
"license": "Apache-2.0",
"authors": "WebVR Polyfill DPDB authors",
"homepage": "https://github.com/WebVRRocks/webvr-polyfill-dpdb",
"repository": "WebVRRocks/webvr-polyfill-dpdb",
"bugs": {
"url": "https://github.com/WebVRRocks/webvr-polyfill-dpdb/issues/new"
},
"scripts": {
"start": "npm run build",
"build": "node scripts/build.js --write",
"test:build": "node scripts/build.js",
"test": "npm run test:build && mocha",
"preversion": "npm install && npm test",
"version": "npm run build && git add .",
"postversion": "git push && git push --tags && npm publish"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.4.2"
}
}