e2c0845145
- cloudapi-gql@1.0.4 - joyent-cp-frontend@1.1.0 - joyent-cp-gql-mock-server@1.0.4 - joyent-cp-gql-schema@1.0.4 - joyent-cp-rdb-bootstrap@1.0.4 - normalized-styled-components@1.0.5 - pseudo-json-ast@1.0.6 - pseudo-yaml-ast@1.0.6 - remcalc@1.0.5 - rnd-id@1.0.5 - styled-is@1.0.7 - joyent-ui-toolkit@1.1.0 - unitcalc@1.0.5
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"name": "remcalc",
|
|
"version": "1.0.5",
|
|
"license": "MPL-2.0",
|
|
"description": "Calculate the `rem`'s from `px` values",
|
|
"keywords": [
|
|
"calc",
|
|
"rem",
|
|
"em",
|
|
"px",
|
|
"pixels",
|
|
"pixel"
|
|
],
|
|
"repository": "github:yldio/joyent-portal",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --fix --format=tap",
|
|
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ava"
|
|
},
|
|
"dependencies": {
|
|
"lodash.flatten": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "0.19.1",
|
|
"babel-plugin-istanbul": "^4.1.3",
|
|
"babel-register": "^6.24.1",
|
|
"cross-env": "^5.0.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-joyent-portal": "1.0.0",
|
|
"nyc": "^10.3.2"
|
|
},
|
|
"nyc": {
|
|
"sourceMap": false,
|
|
"instrument": false
|
|
},
|
|
"babel": {
|
|
"sourceMaps": "inline",
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
"istanbul"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"ava": {
|
|
"tap": true,
|
|
"require": [
|
|
"babel-register"
|
|
],
|
|
"babel": "inherit"
|
|
}
|
|
}
|