This repository was archived by the owner on Jan 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.75 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.75 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
74
{
"name": "container-factory",
"version": "1.0.0",
"description": "container-factory API client",
"main": "app.js",
"dependencies": {
"biff": "*",
"body-parser": "^1.12.0",
"compression": "*",
"debug": "^2.1.2",
"errorhandler": "*",
"everyauth": "^0.4.9",
"express": "^4.12.2",
"express-handlebars": "*",
"express-session": "^1.11.1",
"github": "^0.2.4",
"github-url-to-object": "^1.5.2",
"gulp": "^3.4.0",
"http-browserify": "^1.7.0",
"hyperdirect": "0.0.0",
"hyperquest": "^1.2.0",
"imports-loader": "*",
"jade": "*",
"jsx-loader": "*",
"less-middleware": "*",
"lodash": "*",
"lowdb": "*",
"lsq": "0.0.3",
"markdown": "*",
"marked": "^0.0.3",
"method-override": "^2.3.1",
"morgan": "^1.5.1",
"multer": "*",
"node-jsx": "*",
"on-finished": "^2.2.0",
"promise": "^6.1.0",
"q": "^1.2.0",
"react": "^0.13.2",
"react-google-analytics": "^0.2.0",
"react-router": "*",
"request": "^2.53.0",
"serve-favicon": "*",
"superagent": "*",
"tar-stream": "^1.1.4",
"toobusy-js": "^0.4.1",
"underscore": "^1.8.3",
"uuid": "*"
},
"devDependencies": {
"browserify": "^10.0.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-react": "^3.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"reactify": "^1.1.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"docker",
"build"
],
"author": "LSQ.io",
"license": "ISC",
"watch": "api/v1/*"
}