forked from mozilla-appmaker/appmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.63 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "appmaker",
"version": "0.0.0",
"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",
"connect-fonts": ">=0.0.12",
"connect-fonts-sourcesanspro": "~0.0.3",
"tmp": "~0.0.23",
"bower": "~1.2.7",
"express": "~3.3.4",
"express-persona": "~0.1.0",
"ejs-locals": "~1.0.2",
"knox": "~0.8.6",
"less": "~1.5.1",
"less-middleware": "~0.1.14",
"lodash": "2.4.1",
"lynx": "~0.0.11",
"makeapi-client": "https://github.com/mozilla/makeapi-client/tarball/v0.5.10",
"mkdirp": "0.3.5",
"moniker": "~0.1.2",
"node-uuid": "~1.4.1",
"postmark": "0.2.0",
"statsd": "0.6.0",
"webmaker-i18n": "https://github.com/mozilla/node-webmaker-i18n/archive/v0.3.7.tar.gz",
"ejs": "~0.8.4",
"http-proxy": "~0.10.3",
"cors": "~2.1.0",
"mongoose": "~3.8.1",
"request": "~2.30.0",
"node-github": "0.0.3",
"express-bundles": "git://github.com/simonwex/express-bundles#master"
},
"engines": {
"node": "~0.10.21",
"npm": ">1.2.x"
},
"devDependencies": {
"foreman": "~0.0.25",
"mocha": "1.17.0",
"should": "2.1.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-csslint": "~0.1.2",
"grunt-lint-inline": "~0.3.2",
"grunt-simple-mocha": "~0.4.0",
"async": "~0.2.10",
"grunt-contrib-requirejs": "~0.4.1"
},
"scripts": {
"test": "grunt"
}
}