This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
/
Copy pathpackage.json
86 lines (86 loc) · 2.5 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "appmaker",
"version": "0.0.25",
"description": "Appmaker",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/appmaker"
},
"license": "MPLv2",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mozilla/appmaker/issues"
},
"dependencies": {
"async": "0.2.10",
"bower": "1.3.12",
"browserify": "5.13.1",
"connect-fonts": "1.0.0",
"connect-fonts-sourcesanspro": "0.0.3",
"cors": "2.2.0",
"domready": "1.0.7",
"ejs": "1.0.0",
"ejs-locals": "1.0.2",
"express": "3.3.4",
"express-bundles": "git://github.com/simonwex/express-bundles#master",
"express-persona": "0.1.1",
"glob": "4.2.*",
"grunt-gettext-finder": "0.0.5",
"habitat": "0.4.1",
"helmet": "0.2.1",
"html-minifier": "~0.6.5",
"http-proxy": "1.11.1",
"inflection": "1.5.0",
"jquery": "git://github.com/brianloveswords/jquery#v2.0.3-commonjs",
"knox": "0.8.9",
"less": "1.7.0",
"less-middleware": "0.1.15",
"lodash": "2.4.1",
"lynx": "0.1.1",
"makeapi-client": "0.5.26",
"mkdirp": "0.3.5",
"mongoose": "4.0.6",
"moniker": "0.1.2",
"mox-server": "https://github.com/Pomax/mox-server/archive/master.tar.gz",
"node-github": "0.0.3",
"node-uuid": "1.4.1",
"noxmox": "0.2.4",
"postmark": "0.2.0",
"request": "~2.34.0 ",
"statsd": "0.7.1",
"supervisor": "^0.6.0",
"tmp": "~0.0.23",
"uglify-js": "2.4.15",
"vulcanize": "https://github.com/mozilla-appmaker/vulcanize/archive/master.tar.gz",
"webmaker-analytics": "0.1.7",
"webmaker-auth": "1.0.2",
"webmaker-download-locales": "~0.1.3",
"webmaker-i18n": "0.3.24",
"webmaker-language-picker": "git://github.com/brianloveswords/webmaker-language-picker#v0.0.26-commonjs",
"webmaker-locale-mapping": "0.0.5",
"webmaker-login-ux": "1.3.5"
},
"engines": {
"node": "0.10.x",
"npm": "1.x"
},
"devDependencies": {
"async": "0.7.0",
"grunt": "0.4.4",
"grunt-cli": "0.1.13",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-requirejs": "0.4.3",
"grunt-lint-inline": "0.4.0",
"grunt-simple-mocha": "0.4.0",
"grunt-shell": "1.1.1",
"mocha": "1.18.2",
"should": "3.3.0"
},
"scripts": {
"test": "grunt",
"bundle-js": "node ./lib/bundle-javascript.js",
"start": "supervisor -i node_modules,public/build app.js",
"postinstall": "webmaker-download-locales appmaker && bower install && npm dedupe"
}
}