-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1014 Bytes
/
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
{
"name": "rotonde-deploy",
"version": "1.0.8",
"description": "Deploy Rotonde.",
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib",
"dev": "babel-node -- src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merveilles/Rotonde.git"
},
"keywords": [
"rotonde"
],
"author": "Merveilles",
"license": "MIT",
"bugs": {
"url": "https://github.com/merveilles/Rotonde/issues"
},
"homepage": "https://github.com/merveilles/Rotonde/tree/master/packages/rotonde-deploy#readme",
"files": [
"lib/"
],
"dependencies": {
"rotonde-deploy-now": "^1.0.8"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-flow-comments": "^6.17.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.18.0"
}
}