-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.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": "makeapi",
"version": "1.2.28",
"description": "MakeAPI for Webmaker",
"main": "./lib/api.js",
"scripts": {
"test": "grunt && mocha --reporter spec",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/MakeAPI.git"
},
"author": "Webmaker Product Team <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"async": "1.4.2",
"aws-sdk": "^2.2.39",
"bower": "1.3.8",
"express": "3.4.5",
"gauge": "1.2.7",
"habitat": "3.1.2",
"hatchet": "0.1.0",
"hawk": "2.2.3",
"helmet": "0.1.2",
"hyperquest": "^0.3.0",
"less-middleware": "0.1.15",
"makeapi-client": "0.5.28",
"messina": "0.1.1",
"mongoosastic": "0.2.2",
"mongoose": "3.5.16",
"mongoose-validator": "0.2.1",
"newrelic": "1.5.5",
"node-statsd": "0.0.7",
"nunjucks": "0.1.9",
"request": "^2.64.0",
"uuid": "1.4.1",
"webmaker-auth": "0.1.4"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-jsbeautifier": "0.2.8",
"grunt-jscs": "1.5.0",
"mocha": "1.9.0",
"mofo-style": "1.0.1"
},
"engines": {
"node": ">=0.8.23",
"npm": ">=1.2.10"
}
}