-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 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": "motorcycle-isomorphic-boilerplate",
"version": "0.1.0",
"description": "Isomorphic Boilerplate for Motorcycle.js",
"repository": "https://github.com/axefrog/motorcycle-isomorphic-boilerplate",
"author": "Nathan Ridley",
"license": "MIT",
"main": "dist/app/server/index.js",
"scripts": {
"test": "mocha --opts ./mocha.opts"
},
"dependencies": {
"@cycle/isolate": "^1.2.0",
"@most/hold": "^1.1.0",
"@motorcycle/core": "^1.1.0",
"@motorcycle/dom": "^1.2.0",
"@motorcycle/history": "^2.1.0",
"@motorcycle/html": "^1.1.0",
"@motorcycle/http": "^2.2.0",
"@motorcycle/router": "^1.2.0",
"express": "^4.13.4",
"history": "^2.0.0",
"most": "^0.18.1",
"source-map-support": "^0.4.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-eslint": "^5.0.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.5.2",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"eslint": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}