forked from mozilla/MakeAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.12 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
{
"name": "makeapi",
"version": "0.0.11",
"description": "MakeAPI for Webmaker",
"main": "public/js/make-api.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/MakeAPI.git"
},
"author": "Webmaker Product Team <webmaker-staff@mozillafoundation.org>",
"contributors": [
{
"name": "Matthew Schranz",
"email": "schranz.m@gmail.com"
},
{
"name": "Simon Wex",
"email": "swex@mozilla.com"
},
{
"name": "Christopher De Cairos",
"email": "chris@chrisdecairos.ca"
}
],
"license": "MPL-2.0",
"dependencies": {
"express": "~3.0.6",
"habitat": "0.4.1",
"mongoose": "~3.5.2",
"mongoose-validator": "~0.2.1",
"mongoosastic": "0.0.11",
"newrelic": "0.9.20",
"node-statsd": "0.0.7",
"nunjucks": "~0.1.8a",
"request": "2.20.0",
"querystring": "0.2.0",
"Faker": "0.5.8"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-jshint": "~0.4.3"
},
"engines": {
"node": ">=0.8.23",
"npm": ">=1.2.10"
}
}