Files
dolt/samples/js/url_fetch/package.json
2017-02-07 09:57:27 -08:00

24 lines
653 B
JSON

{
"name": "noms-url-fetch",
"private": true,
"license": "Apache-2.0",
"main": "dist/main.js",
"scripts": {
"preinstall": "cp ../../../js/noms/.babelrc ../.eslintrc.js ../../../js/noms/.flowconfig .",
"prepublish": "yarn run build",
"start": "babel -d dist -w src",
"build": "BABEL_ENV=production babel -d dist src",
"test": "eslint src/ && flow src/"
},
"dependencies": {
"@attic/noms": "file:../../../js/noms",
"babel-cli": "^6.18.0",
"babel-preset-noms": "1.0.1",
"eslint": "^3.13.1",
"eslint-config-noms": "1.2.0",
"flow-bin": "^0.38.0",
"humanize": "^0.0.9",
"yargs": "^6.6.0"
}
}