-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.32 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
{
"name": "not-today-signup",
"version": "0.0.1",
"description": "Email capture, donations, and social promotion for the Not Today Coalition.",
"author": "LaCroix Design Co. <[email protected]> (http://www.lacroixdesign.net)",
"license": "MIT",
"private": true,
"scripts": {
"start": "node server.js",
"test": "npm test"
},
"dependencies": {
"express": "~3.x",
"jade": "*",
"asset-rack": "~2.x",
"lodash": "~2.0.0",
"request": "~2.27.0",
"newrelic": "~0.10.1",
"dotenv": "*",
"mailchimp-api": "~2.0.3",
"mandrill-api": "~1.0.35",
"stripe": "~1.3.0"
},
"devDependencies": {
"mocha": "1.x",
"chai": "~1.x",
"zombie": "~1.x",
"supertest": "~0.7.1",
"glob": "~3.2.6",
"grunt": "~0.4.x",
"grunt-contrib-jshint": "~0.6.x",
"grunt-contrib-watch": "~0.4.x",
"grunt-contrib-clean": "~0.4.x",
"grunt-contrib-copy": "~0.4.x",
"grunt-sass": "~0.6.1",
"grunt-notify": "git://github.com/iamlacroix/grunt-notify.git",
"grunt-snockets": "git://github.com/iamlacroix/grunt-snockets.git",
"grunt-nodemon": "~0.x",
"grunt-mocha-test": "~0.6.x",
"grunt-neuter": "~0.5.x",
"grunt-contrib-concat": "~0.3.x",
"grunt-concurrent": "~0.3.0",
"boarding-pass": "*"
},
"engines": {
"node": "~0.10.x",
"npm": "1.2.x"
}
}