-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.27 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
{
"name": "pajoa-the-chimp",
"version": "1.0.0",
"description": "App for Squish",
"main": "app.js",
"scripts": {
"test": "jest",
"web": "node app",
"start": "node app"
},
"engines": {
"node": "0.10.36"
},
"repository": {
"type": "git",
"url": "https://github.com/pajoa/pajoa-the-chimp.git"
},
"author": "pajoa - Founders and Coders",
"license": "ISC",
"bugs": {
"url": "https://github.com/pajoa/pajoa-the-chimp/issues"
},
"homepage": "https://github.com/pajoa/pajoa-the-chimp",
"devDependencies": {},
"dependencies": {
"agenda": "^0.6.28",
"bell": "^2.3.0",
"browserify": "^9.0.8",
"cron": "^1.0.9",
"events": "^1.0.2",
"flux": "^2.0.1",
"google-auth-library": "^0.9.4",
"googleapis": "^2.0.2",
"gulp": "^3.8.11",
"gulp-jest": "^0.4.0",
"hapi": "^8.4.0",
"hapi-auth-cookie": "^2.0.0",
"harmonize": "^1.4.1",
"jest": "^0.1.39",
"moment": "^2.10.2",
"mongoose": "^4.0.1",
"nodemailer": "^1.3.4",
"object-assign": "^2.0.0",
"react": "^0.13.1",
"react-addons": "^0.9.1-deprecated",
"react-router": "^0.13.2",
"reactify": "^1.1.0",
"run-sequence": "^1.0.2",
"superagent": "^1.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}