-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.55 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.55 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
{
"name": "aframe-border-component",
"version": "0.1.6",
"description": "A component for creating borders in VR",
"main": "modules/index.js",
"scripts": {
"//": "To use: npm run test-nodemon (assumes global location of mocha)",
"start": "node dist/aframe-border-component.js",
"test": "grunt && /usr/local/bin/mocha --recursive --timeout 20000",
"test-coverage": "./node_modules/.bin/istanbul cover _mocha --recursive 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 && /usr/local/bin/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-border-component.git"
},
"author": "Mitch Allen <npm@mitchallen.com> (http://mitchallen.com)",
"license": "MIT",
"dependencies": {},
"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-jsdoc-to-markdown": "^2.0.0",
"grunt-shell": "^1.3.0",
"grunt-upcoming": "^0.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mockbot-document": "^0.1.14",
"should": "^10.0.0",
"supertest": "^2.0.0"
}
}