-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "WebSight",
"version": "1.0.0",
"description": "Browser based real time edge detection in VR video pass-through, for the visually impaired",
"scripts": {
"start": "node server",
"lint": "eslint dev/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanRuta/WebSight.git"
},
"keywords": [],
"main": "dist/websight.min.js",
"author": "Dan Ruta, Louis Jordan, Tom James Fox",
"license": "MIT",
"directories": {},
"bugs": {
"url": "https://github.com/DanRuta/WebSight/issues"
},
"engines": {
"node": ">= 8.4.0"
},
"homepage": "https://github.com/DanRuta/WebSight#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "^1.0.0",
"eslint": "^4.11.0"
},
"dependencies": {
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
}
}