-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1003 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
{
"name": "rotonde-util-config-manager",
"version": "1.0.9",
"description": "A config manager for Rotonde.",
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"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-util-config-manager#readme",
"files": [
"lib/"
],
"dependencies": {
"fs-extra": "^1.0.0"
},
"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"
}
}