forked from mozilla/webmaker.org
-
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.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 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": "webmaker.org",
"version": "0.0.153",
"private": true,
"scripts": {
"test": "grunt",
"postinstall": "./node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/webmaker.org.git"
},
"license": "MPL-2.0",
"dependencies": {
"async": "0.2.9",
"bower": "1.0.0",
"commander": "2.0.x",
"csv": "0.3.x",
"express": "3.2.0",
"graylog": "0.1.3",
"habitat": "0.4.1",
"helmet": "0.0.11",
"i18n-abide": "git://github.com/humphd/i18n-abide.git#05344a817dca4571a1ae9f502fed1cb118294033",
"knox": "0.8.x",
"less-middleware": "0.1.12",
"makeapi-client": "https://github.com/mozilla/makeapi-client/tarball/v0.5.8",
"mapquest": "0.0.1",
"markdown": "0.4.x",
"moment": "2.0.0",
"mysql": "2.0.x",
"newrelic": "0.10.3",
"noxmox": "0.2.x",
"nunjucks": "0.1.10",
"sequelize": "2.0.x",
"sqlite3": "2.1.7",
"uuid": "1.4.x",
"webmaker-i18n": "https://github.com/mozilla/node-webmaker-i18n/archive/v0.0.8.tar.gz",
"webmaker-loginapi": "https://github.com/mozilla/node-webmaker-loginapi/tarball/v0.1.11",
"webmaker-postalservice": "https://github.com/mozilla/node-webmaker-postalservice/tarball/v0.2.4"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-recess": "0.3.3",
"grunt-contrib-jshint": "0.4.3"
}
}