-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "CamFaceDetectionApp",
"description": "",
"version": "0.1.0",
"author": " <>",
"contributors": [],
"repository": {
"type": "git",
"url": "http://github.com/aminesnow/"
},
"engines": {
"node": "~0.10.22"
},
"dependencies": {
"body-parser": "^1.9.0",
"datauri": "^1.0.4",
"express": "^4.0.0",
"morgan": "~1.7.0",
"multer": "^1.2.0",
"opencv": "git+https://github.com/peterbraden/node-opencv.git",
"socket.io": "2.x"
},
"devDependencies": {
"enjoi": "^1.0.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.0.1",
"gulp-angular-templatecache": "^2.x",
"gulp-concat": "^2.x",
"gulp-connect": "^5.x",
"gulp-cssmin": "^0.x",
"gulp-ignore": "^2.x",
"gulp-imagemin": "^3.x",
"gulp-less": "^3.x",
"gulp-mobilizer": "^0.0.2",
"gulp-ng-annotate": "^2.x",
"gulp-nodemon": "^2.x",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.x",
"gulp-replace": "^0.4.0",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "^1.1.0",
"gulp-uglify": "^1.x",
"imagemin-pngcrush": "^5.x",
"istanbul": "~0.2.3",
"js-yaml": "^3.2.6",
"jshint": "^2.4.1",
"run-sequence": "^1.x",
"streamqueue": "^1.x",
"supertest": "~0.13.0",
"tape": "^3.0.0"
}
}