-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 784 Bytes
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
{
"name": "ratyo",
"version": "0.1.2",
"description": "Typography and media query utilities for Radium",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"examples": "./node_modules/.bin/babel-node examples/index.js",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicolas Merouze",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/nmerouze/ratyo.git"
},
"bugs": {
"url": "https://github.com/nmerouze/ratyo/issues"
},
"homepage": "https://github.com/nmerouze/ratyo",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0"
}
}