This repository was archived by the owner on Aug 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 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
{
"name": "start-rebem-preset",
"version": "0.3.0",
"description": "Start preset for reBEM",
"keywords": [
"start",
"start-preset",
"rebem"
],
"homepage": "https://github.com/rebem/start-preset",
"repository": "rebem/start-preset",
"maintainers": [
"Kir Belevich <kir@soulshine.in> (https://github.com/deepsweet)",
"Denis Koltsov <iam@mistadikay.com> (https://github.com/mistadikay)"
],
"files": [
"build/"
],
"main": "build/index.js",
"dependencies": {
"babel-istanbul": "^0.12.1",
"start": "^5.0.0",
"start-babel": "^3.0.0",
"start-clean": "^2.0.0",
"start-codecov": "^1.0.1",
"start-env": "^3.0.0",
"start-eslint": "^3.0.0",
"start-files": "^2.0.0",
"start-istanbul": "^3.0.0",
"start-mocha": "^3.0.0",
"start-pretty-reporter": "^0.3.0",
"start-read": "^0.3.0",
"start-watch": "^1.0.5",
"start-write": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"eslint-config-rebem": "^1.1.0",
"eslint-plugin-babel": "^4.0.0",
"husky": "^0.12.0",
"start-babel-cli": "^4.0.1"
},
"scripts": {
"start": "start-runner -f lib/",
"prepush": "npm start lint",
"prepublish": "npm start build"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.7.0"
},
"license": "MIT"
}