-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.77 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "veo",
"version": "1.0.0",
"description": "veo prototype",
"main": "index.js",
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www && gulp watch",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microscopejs/web-mongo.git"
},
"author": "bhtz",
"license": "MIT",
"bugs": {
"url": "https://github.com/microscopejs/web-mongo/issues"
},
"homepage": "https://github.com/microscopejs/web-mongo#readme",
"dependencies": {
"angular": "^1.3.11",
"angular-clipboard": "^1.3.0",
"angular-route": "^1.3.11",
"angular-toastr": "^1.7.0",
"babel": "^5.8.12",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"downloadjs": "^1.4.2",
"express-session": "^1.12.1",
"http-server": "^0.8.5",
"jquery": "^2.1.3",
"lodash": "^4.3.0",
"microscope-web": "^0.4.1",
"mongoose": "^4.2.4",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"socket.io": "^1.4.5",
"swig": "^1.4.2"
},
"devDependencies": {
"nodemon": "^1.8.1",
"browserify-shim": "^3.8.2",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-docco": "0.0.4",
"gulp-jshint": "^1.9.2",
"gulp-open": "^1.0.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"angular": "./node_modules/angular/angular.js"
},
"browserify-shim": {
"angular": "angular"
}
}