forked from mozilla/webmaker-profile-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "webmaker-profile-2",
"version": "0.2.20",
"description": "Webmaker Profile 2",
"main": "app/js/app.js",
"scripts": {
"test": "grunt validate",
"postinstall": "bower install"
},
"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",
"cson": "1.4.5",
"express": "4.2.0",
"grunt-shell-spawn": "0.3.0",
"messina": "0.1.2",
"morgan": "1.0.1",
"newrelic": "1.5.5",
"optimist": "0.6.1",
"webmaker-auth": "0.1.4",
"webmaker-i18n": "0.3.22",
"webmaker-locale-mapping": "0.0.4",
"webmaker-user-client": "0.1.0",
"csurf": "^1.2.2"
},
"devDependencies": {
"bower": "1.3.8",
"grunt": "0.4.4",
"grunt-contrib-jshint": "0.10.0",
"grunt-jsbeautifier": "0.2.6",
"connect-livereload": "0.4.0",
"grunt-autoprefixer": "0.7.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-dom-munger": "3.4.0"
},
"engines": {
"node": ">=0.10"
}
}