This repository was archived by the owner on Jan 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"name": "webmaker-profile-2",
"version": "0.4.19",
"description": "Webmaker Profile 2",
"main": "app/js/app.js",
"scripts": {
"test": "grunt test",
"postinstall": "bower install",
"phantom": "phantomjs test/phantom.js"
},
"keywords": [],
"author": "author",
"dependencies": {
"async": "0.8.0",
"badgekit-api-client": "git://github.com/mozilla/badgekit-api-client#rename-instance",
"body-parser": "1.2.0",
"compression": "1.2.0",
"cson": "1.6.2",
"csurf": "1.2.2",
"express": "4.2.0",
"frameguard": "^0.2.2",
"messina": "0.1.2",
"morgan": "1.0.1",
"newrelic": "1.5.5",
"optimist": "0.6.1",
"protractor": "1.0.0",
"webmaker-auth": "1.0.2",
"webmaker-i18n": "0.3.22",
"webmaker-locale-mapping": "0.0.5",
"webmaker-translation-stats": "0.0.1",
"webmaker-user-client": "0.1.0"
},
"devDependencies": {
"bower": "1.3.8",
"colors": "1.0.3",
"connect-livereload": "0.4.0",
"grunt": "0.4.4",
"grunt-autoprefixer": "0.7.3",
"grunt-contrib-connect": "0.6.0",
"grunt-contrib-htmlmin": "0.3.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jsbeautifier": "0.2.6",
"grunt-jscs": "1.5.0",
"grunt-shell-spawn": "0.3.0",
"grunt-string-replace": "0.2.7",
"mofo-phantom": "1.1.1",
"mofo-style": "1.0.1"
},
"engines": {
"node": ">=0.10"
}
}