-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
72 lines (72 loc) · 1.93 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
{
"name": "mithril-starter-kit",
"private": true,
"version": "0.1.0",
"description": "Mithril Starter Kit",
"repository": "https://github.com/philtoms/mithril-starter-kit",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.1",
"mithril": "^0.1.28",
"mithril.elements": "^0.1.1",
"object-assign": "^1.0.0"
},
"devDependencies": {
"browser-sync": "^1.6.5",
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.4",
"gulp-changed": "^1.0.0",
"gulp-csscomb": "^3.0.3",
"gulp-gh-pages": "^0.4.0",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-jsbeautifier": "^0.0.3",
"gulp-jshint": "^1.9.0",
"gulp-less": "^1.3.6",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.11",
"gulp-plumber": "^0.6.6",
"gulp-render": "^0.2.0",
"gulp-replace": "^0.5.0",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jest-cli": "~0.2.0",
"jshint": "^2.5.10",
"jshint-loader": "^0.8.0",
"jshint-stylish": "^1.0.0",
"jsx-loader": "^0.12.1",
"merge-stream": "^0.1.6",
"minimist": "^1.1.0",
"protractor": "^1.4.0",
"psi": "^0.1.5",
"run-sequence": "^1.0.1",
"url-loader": "^0.5.5",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.5",
"sweetjs-loader": "~0.1.0",
"sweet.js": "~0.7.2",
"msx-reader": "git+https://github.com/sdemjanenko/msx-reader.git",
"gulp-webpack": "~1.1.0",
"colors": "~1.0.3",
"chalk": "~0.5.1",
"extend": "~2.0.0",
"css-loader": "~0.9.0",
"less": "~1.7.5",
"less-loader": "~0.7.8",
"style-loader": "~0.8.2",
"gulp-jest": "~0.2.2"
},
"jest": {
"rootDir": "src",
"unmockedModulePathPatterns": []
},
"scripts": {
"start": "gulp",
"test": "jest",
"test-debug": "node-debug --nodejs --harmony ./node_modules/jest-cli/bin/jest.js"
}
}