-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "baker-scripts",
"version": "0.9.2",
"description": "Dev dependencies and useful scripts for Baker based applications",
"bin": {
"baker": "./lib/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thebakeryio/baker-scripts.git"
},
"scripts": {
"build": "babel --presets es2015 scripts -d lib",
"prepublish": "npm run build"
},
"dependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^1.9.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"commander": "^2.9.0",
"cross-spawn": "^4.0.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"forever-monitor": "^1.7.0",
"glob": "^7.0.6",
"mkdirp": "^0.5.1",
"mocha": "^3.0.2",
"mongodb-runner": "^3.6.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"author": "",
"license": "ISC"
}