-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.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
{
"name": "artemis",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "./node_modules/mocha/bin/mocha -R spec -b"
},
"namedModules": {
"db": "./db/index.js",
"config": "./config.js",
"errors": "./lib/errors.js",
"utils": "./lib/utils.js"
},
"dependencies": {
"express": "3.0.6",
"jade": "*",
"passport": "~0.1.17",
"request": "~2.21.0",
"lodash": "~1.3.1",
"commander": "~1.2.0",
"sugar": "~1.3.9",
"passport-http": "~0.2.2",
"bcrypt": "~0.7.6",
"mongo-sql": "~2.x.x",
"async": "~0.2.9",
"passport-local": "~0.1.6",
"less-middleware": "~0.1.12",
"hbs": "~2.3.0",
"stdm": "0.x.x",
"dirac-middleware": "*",
"handlebars-layouts": "~0.1.3",
"mocha": "~1.17.1",
"machina": "~0.3.5",
"p4441-stream": "~0.1.2",
"ftp": "~0.3.6",
"pg-copy-streams": "~0.2.1",
"pg": "~2.11.1",
"combined-stream": "0.0.4",
"progress": "~1.1.5"
},
"devDependencies": {
"grunt": "~0.4.1",
"bower": "~1.2.6",
"grunt-bower-requirejs": "~0.7.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-named-modules": "~1.0.1",
"grunt-express-server": "~0.4.11",
"grunt-contrib-less": "~0.9.0"
}
}