-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
78 lines (78 loc) · 2.1 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
{
"name": "marionettejs.com",
"version": "0.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/marionettejs/marionettejs.com"
},
"scripts": {
"postinstall": "bower prune && bower install && npm prune",
"dev": "grunt dev",
"compile-docs": "grunt dev-docs",
"compile-all": "grunt compile-all",
"compile-downloads": "grunt compile-downloads",
"pagespeed": "grunt pagespeed",
"deploy": "./ship.sh",
"setup": "./setup.sh",
"lint": "grunt lint",
"test": "ava"
},
"author": "",
"license": "MIT",
"dependencies": {
"bower": "1.8.0",
"compression": "1.6.2",
"docco": "peterblazejewicz/docco#marionettejs",
"dotenv": "^4.0.0",
"express": "4.14.1",
"github": "^2.5.1",
"grunt-cli": "1.2.0",
"morgan": "1.7.0",
"mv": "2.1.1",
"promisified-request": "0.0.3",
"request": "https://registry.npmjs.org/request/-/request-2.42.0.tgz",
"rimraf": "2.5.4",
"sw-precache": "^5.0.0"
},
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"ava": "^0.18.1",
"bluebird": "^3.4.7",
"dox": "^0.9.0",
"gitty": "^3.2.3",
"grunt": "^1.5.3",
"grunt-cache-bust": "^1.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-critical": "^0.2.2",
"grunt-jscs": "^3.0.1",
"grunt-lintspaces": "^0.8.0",
"grunt-notify": "^0.4.1",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-svgstore": "^1.0.0",
"handlebars": "^4.0.6",
"highlight.js": "^9.9.0",
"js-yaml": "^3.2.5",
"jshint-stylish": "^2.2.1",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"marked": "^0.3.2",
"mkdirp": "^0.5.0",
"psi-ngrok": "^0.1.0",
"semver": "^5.3.0",
"underscore": "^1.6.0"
}
}