-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 891 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
27
28
29
30
31
32
{
"name": "node-camera-testing",
"version": "1.0.0",
"description": "testing node-camera functionality",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crispmark/node-camera-testing.git"
},
"author": "Mark Crisp <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/crispmark/node-camera-testing/issues"
},
"homepage": "https://github.com/crispmark/node-camera-testing#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"express": "^4.13.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"opencv": "^5.0.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5"
}
}