-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "mithril-framework",
"version": "0.0.1",
"description": "Sample for how to structure Mithril and ES6",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Olfelt",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^5.0.0",
"babelify": "^6.2.0",
"bootstrap": "git+https://github.com/twbs/bootstrap.git#v4-dev",
"browserify": "^11.0.1",
"del": "^2.2.0",
"envify": "^3.4.0",
"eslint": "^2.4.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"immutable": "^3.7.4",
"localforage": "^1.2.10",
"rename": "^1.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"dependencies": {
"mithril": "^0.2.3",
"moment": "^2.10.6",
"underscore": "^1.8.3"
}
}