This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
86 lines (86 loc) · 2.44 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
79
80
81
82
83
84
85
86
{
"name": "skatejs-build",
"description": "Common build tasks for SkateJS projects.",
"main": "index.js",
"dependencies": {
"babel-core": "6.24.0",
"babel-eslint": "^7.0.0",
"babel-loader": "6.4.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-es2015-modules-umd": "6.24.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-es2015-rollup": "3.0.0",
"babel-preset-react": "^6.5.0",
"camelcase": "^4.0.0",
"commitizen": "^2.8.2",
"css-loader": "0.27.3",
"cz-conventional-changelog": "2.0.0",
"install": "0.8.8",
"karma": "1.5.0",
"karma-chai-plugins": "0.8.0",
"karma-chrome-launcher": "2.0.0",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.3.0",
"karma-opera-launcher": "1.0.0",
"karma-safari-launcher": "1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-saucelabs-launcher": "0.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.3",
"less": "2.7.2",
"less-loader": "4.0.2",
"lodash": "^4.16.4",
"mkdirp": "^0.5.1",
"mocha": "3.2.0",
"npm": "4.4.4",
"rollup": "0.41.6",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-commonjs": "8.0.2",
"rollup-plugin-node-resolve": "2.0.0",
"rollup-plugin-uglify": "1.0.1",
"semantic-release": "^6.3.2",
"semistandard": "^9.0.0",
"style-loader": "0.16.1",
"webpack": "1.14.0",
"webpack-dev-server": "2.4.2"
},
"bin": {
"sk-bundle": "bin/sk-bundle",
"sk-commit": "bin/sk-commit",
"sk-init": "bin/sk-init",
"sk-release": "bin/sk-release",
"sk-server": "bin/sk-server",
"sk-tests": "bin/sk-tests",
"sk-tests-watch": "bin/sk-tests-watch",
"sk-tests-perf": "bin/sk-tests-perf",
"sk-lint": "bin/sk-lint",
"sk-lint-fix": "bin/sk-lint-fix"
},
"scripts": {
"test": "echo \"no test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/skatejs/build.git"
},
"keywords": [
"skatejs",
"build"
],
"author": "Trey Shugart <treshugart@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/skatejs/build/issues"
},
"homepage": "https://github.com/skatejs/build#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"semistandard": {
"parser": "babel-eslint"
}
}