-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·82 lines (82 loc) · 1.95 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
{
"name": "tesla",
"description": "MVC Style Framework for Node.js",
"version": "0.5.0",
"private": false,
"contributors": [
{
"name": "Jesse Weed (http://jesseweed.com)"
}
],
"repository": {
"type": "git",
"url": "https://github.com/teslajs/tesla.js"
},
"homepage": "http://teslajs.com",
"bugs": {
"url": "https://github.com/teslajs/tesla.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/teslajs/tesla.js/blob/master/LICENSE"
}
],
"engines": {
"node": "~0.10.28",
"npm": "~1.3.17"
},
"scripts": {
"start": "node node_modules/gulp/bin/gulp",
"test": "node node_modules/gulp/bin/gulp test",
"postinstall": "bower install"
},
"dependencies": {
"body-parser": "~1.3",
"bower": "~1.3.1",
"bower-path": "~1.0.1",
"chai": "~1.9.1",
"colors": "~0.6.2",
"compression": "~1.0.2",
"cookie-parser": "~1.1",
"crypto": "~0.0.3",
"express": "~4.4",
"express-minify": "~0.0.7",
"forever": "~0.11",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-watch": "~0.6",
"grunt-env": "~0.4.1",
"grunt-nodemon": "~0.2.1",
"gulp": "~3.6.2",
"gulp-exit": "0.0.2",
"gulp-jade": "~0.5.0",
"gulp-less": "~1.2.3",
"gulp-livereload": "~1.5",
"gulp-mocha": "~0.4.1",
"gulp-nodemon": "~1.0.2",
"gulp-ruby-sass": "~0.5.0",
"gulp-sass": "~0.7.1",
"gulp-stylus": "~1.0",
"gulp-uglify": "~0.3",
"MD5": "~1.2.0",
"method-override": "~2.0",
"mkdirp": "~0.5",
"mocha": "~1.20.0",
"morgan": "~1.1",
"mongodb": "~1.4",
"mysql": "~2.3",
"orm": "~2.1.3",
"path": "~0.4.9",
"pm2": "latest",
"serve-favicon": "~2.0.0",
"socket.io": "~1.0",
"sqlite3": "~2.2.0",
"superagent": "~0.18",
"underscore": "~1.6",
"view-helpers": "~0.1.3",
"wrench": "~1.5.8"
}
}