2017-06-16 23:46:36 +03:00
|
|
|
{
|
|
|
|
"name": "babel-preset-joyent-portal",
|
2017-08-30 19:42:17 +03:00
|
|
|
"version": "2.0.0",
|
2017-06-16 23:46:36 +03:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "github:yldio/joyent-portal",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint . --fix",
|
|
|
|
"lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/babel-preset-joyent-portal.xml",
|
|
|
|
"test": "echo 0",
|
2017-08-04 01:56:57 +03:00
|
|
|
"test-ci": "echo 0",
|
2017-08-31 19:45:34 +03:00
|
|
|
"prepublish": "echo 0"
|
2017-06-16 23:46:36 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-08-28 22:46:04 +03:00
|
|
|
"babel-preset-react-app": "^3.0.2"
|
2017-06-16 23:46:36 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-28 22:46:04 +03:00
|
|
|
"eslint": "^4.5.0",
|
2017-08-30 19:42:17 +03:00
|
|
|
"eslint-config-joyent-portal": "3.0.0"
|
2017-06-16 23:46:36 +03:00
|
|
|
}
|
2017-09-05 23:21:44 +03:00
|
|
|
}
|