-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
127 lines (127 loc) · 3.26 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "node-startup",
"description": "node.js startup seed",
"version": "0.0.2",
"homepage": "",
"author": {
"name": "Michael Benin",
"email": "[email protected]",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"repository": {
"type": "git",
"url": "null"
},
"bugs": {
"url": "null/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": "*"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/grunt copy browserify:modern sass",
"pretest": "",
"test": "./node_modules/.bin/grunt test",
"build-prod": "./node_modules/.bin/grunt prod",
"start": "NODE_ENV=staging node index",
"prod": "pm2 startOrRestart pm2/production.json",
"precommit": "npm test",
"dev": "./node_modules/.bin/grunt dev",
"dev-unit-test": "./node_modules/.bin/grunt dev-unit-test"
},
"dependencies": {
"backbone": "^1.1.2",
"backbone-relational": "0.9.0",
"backbone.localstorage": "^1.1.16",
"bluebird": "^2.9.13",
"body-parser": "^1.12.0",
"bunyan": "^1.3.4",
"checkit": "^0.5.1",
"compression": "^1.4.1",
"cookie-parser": "^1.3.4",
"cozy-slug": "0.2.2",
"create-error": "^0.3.1",
"diff-dom": "1.0.0",
"enquire.js": "2.1.1",
"errorhandler": "^1.3.4",
"express": "^4.12.0",
"express-bunyan-logger": "^1.1.1",
"extend-with-super": "^2.0.0",
"glob": "^5.0.3",
"handlebars": "^3.0.0",
"hbs": "^3.0.1",
"lodash": "^3.5.0",
"moment": "^2.9.0",
"nconf": "0.7.1",
"pluralize": "^1.1.2",
"request": "^2.53.0",
"scriptjs": "2.5.7",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"socket.io-emitter": "^0.2.0",
"socket.io-redis": "^0.1.4",
"spin": "0.0.1",
"underscore": "^1.8.2",
"urlencode": "^1.0.0",
"velocity-animate": "^1.2.2"
},
"devDependencies": {
"aliasify": "^1.7.2",
"brfs": "^1.4.0",
"bulk-require": "^0.2.1",
"bulkify": "^1.1.1",
"chai": "^2.1.0",
"exposify": "^0.3.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.6.0",
"grunt-cli": "0.1.13",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-docco2": "0.2.0",
"grunt-env": "^0.4.4",
"grunt-express-server": "^0.5.1",
"grunt-extract-sourcemap": "^0.1.14",
"grunt-jsbeautifier": "^0.2.8",
"grunt-jscs": "^1.6.0",
"grunt-jsvalidate": "0.2.2",
"grunt-mocha": "^0.4.12",
"grunt-mocha-test": "^0.12.7",
"grunt-node-inspector": "^0.1.6",
"grunt-nodemon": "^0.4.0",
"grunt-plato": "1.2.1",
"grunt-sass": "^0.18.0",
"grunt-scss-lint": "^0.3.6",
"grunt-spritesmith": "^4.1.0",
"grunt-webdriver": "^0.4.8",
"hbsfy": "2.2.1",
"husky": "^0.7.0",
"jit-grunt": "^0.9.1",
"jquery": "2.1.3",
"jquery.cookie": "1.4.1",
"jshint-stylish": "^1.0.1",
"mocha": "^2.1.0",
"open": "0.0.5",
"require-all": "1.0.0",
"sinon": "^1.14.1",
"time-grunt": "^1.1.0"
},
"keywords": []
}