-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
{
"name": "datastack",
"version": "0.0.1",
"description": "Platform for Analytics",
"main": "index.js",
"scripts": {
"test": "npm index.js",
"build": "grunt"
},
"author": "DataStack",
"license": "ISC",
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^1.6.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^2.2.5"
},
"dependencies": {
"async": "^1.3.0",
"body-parser": "^1.13.1",
"connect": "^3.4.0",
"connect-multiparty": "^1.2.5",
"connect-timeout": "^1.6.2",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.1.0",
"crypto": "0.0.3",
"express": "^4.13.0",
"express-session": "^1.11.3",
"jade": "^1.11.0",
"js-sha256": "^0.3.0",
"method-override": "^2.3.3",
"moment": "^2.10.3",
"mongodb": "^2.0.35",
"mongojs": "^1.0.2",
"morgan": "^1.6.0",
"request": "^2.58.0",
"sendgrid": "^1.8.0",
"serve-favicon": "^2.3.0",
"stripe": "^3.5.2"
}
}