-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.49 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.49 KB
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
{
"name": "aframe-maze-component",
"version": "0.1.25",
"description": "aframe maze component",
"main": "modules/index.js",
"scripts": {
"//": "Usage:> [PORT=8002] npm run web-server",
"start": "node index.js",
"test": "grunt && mocha --recursive --timeout 20000",
"test-coverage": "./node_modules/.bin/istanbul cover _mocha -- -R spec test/**/*",
"test-nodemon": "nodemon /usr/local/bin/mocha --timeout 5000",
"test-debug": "nodemon /usr/local/bin/mocha -g '@DEBUG' --recursive --timeout 20000",
"test-jenkins": "grunt && mocha --recursive --timeout 20000 -R xunit test/ > test-reports.xml",
"web-server": "python -m SimpleHTTPServer $PORT || 8000"
},
"repository": {
"type": "git",
"url": "https://github.com/mitchallen/aframe-maze-component.git"
},
"author": "Mitch Allen <npm@mitchallen.com> (http://mitchallen.com)",
"license": "MIT",
"dependencies": {
"@mitchallen/maze-generator-square": "^0.1.12"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify-derequire": "^0.9.4",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^1.3.0",
"grunt-upcoming": "^0.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mockbot-document": "^0.1.12",
"semver": "^5.3.0",
"should": "^10.0.0",
"supertest": "^2.0.0"
}
}