-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
95 lines (95 loc) · 2.42 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "APPNAME",
"description": "DESCRIPTIONHERE",
"version": "0.0.1",
"homepage": "http://github.com/wearefractal/APPNAME",
"repository": "git://github.com/wearefractal/APPNAME.git",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"main": "./server/index.js",
"dependencies": {
"async": "^1.3.0",
"body-parser": "^1.12.3",
"bunyan": "^1.3.5",
"bunyan-prettystream": "^0.1.3",
"coffee-script": "^1.9.2",
"coffee-trace": "^1.4.0",
"compression": "^1.4.3",
"config-chain": "^1.1.8",
"connect-redis": "^3.0.0",
"cookie-parser": "^1.3.4",
"errorhandler": "^1.0.0",
"express": "^4.12.3",
"express-session": "^1.11.1",
"goosestrap": "^1.0.0",
"lodash.map": "^3.1.2",
"lodash.merge": "^3.2.0",
"method-override": "^2.3.2",
"mongoose": "^4.0.2",
"mongoose-format-fields": "^0.1.3",
"on-finished": "^2.2.1",
"optimist": "^0.6.1",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"pluralize": "^1.1.2",
"pmx": "^0.5.8",
"require-dir": "^0.3.0",
"response-time": "^2.3.0",
"serve-static": "^1.9.2",
"to-csv": "^0.1.0"
},
"devDependencies": {
"browserify": "^12.0.0",
"coffeeify": "^2.0.0",
"components": "git+ssh://[email protected]:wearefractal/components",
"envify": "^3.4.0",
"fission": "fissionjs/fission",
"gulp": "gulpjs/gulp#4.0",
"gulp-autowatch": "^1.0.0",
"gulp-cached": "^1.0.1",
"gulp-concat": "^2.1.7",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.0.0",
"gulp-livereload": "^3.5.0",
"gulp-minify-html": "^1.0.0",
"gulp-nodemon": "^2.0.0",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.0",
"gulp-util": "^3.0.4",
"jeet": "^6.1.2",
"jshint-stylish": "^2.0.0",
"mongoose-test-utils": "0.0.2",
"nib": "^1.1.0",
"react": "^0.12.2",
"rimraf": "^2.2.5",
"stylify": "contra/stylify#resolve-uses",
"supertest": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.0.0"
},
"scripts": {
"build": "gulp",
"start": "node ./server"
},
"browserify": {
"transform": [
"stylify"
]
},
"stylify": {
"use": [
"nib",
"jeet"
]
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/APPNAME/raw/master/LICENSE"
}
]
}