-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.86 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
{
"name": "FrimFram",
"description": "Core Backbone/Node/Express app my other projects are based on.",
"author": "Scott Erickson <[email protected]>",
"homepage": "http://scotterickson.info/frimfram",
"repository": {
"type": "git",
"url": "https://github.com/sderickson/FrimFram"
},
"scripts": {
"brunch": "brunch",
"mongod": "mongod --dbpath=mongo",
"nodemon": "nodemon",
"start": "node ./index.js",
"test": "./node_modules/.bin/karma start"
},
"main": "index.js",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"coffee-script": "^1.10.0",
"connect": "^3.4.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-useragent": "^0.2.0",
"graceful-fs": "^4.1.2",
"gridfs-stream": "^1.1.1",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongodb": "^2.0.48",
"mongoose": "^4.2.5",
"mongoose-text-search": "0.0.2",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.65.0",
"winston": "^2.1.0",
"xml2js": "^0.4.15"
},
"devDependencies": {
"auto-reload-brunch": "^1.8.1",
"bower": "^1.6.5",
"brunch": "^1.8.5",
"coffee-script-brunch": "^1.8.3",
"compressible": "^2.0.6",
"css-brunch": "^1.7.0",
"gaze": "^0.5.2",
"jade": "^1.11.0",
"jade-brunch": "^1.8.1",
"jasmine-node": "^1.14.5",
"javascript-brunch": "^1.8.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"less-brunch": "^1.8.1",
"mockgoose": "^4.0.2",
"nodemon": "^1.8.1",
"sass-brunch": "^1.9.1",
"uglify-js-brunch": "^1.7.8",
"ws": "^0.8.0"
},
"license": "MIT for the code, and CC-BY for the art and music",
"private": true,
"engines": {
"node": "0.10.x"
}
}