Files
dolt/samples/js/package.json
2016-10-28 18:01:07 -07:00

39 lines
948 B
JSON

{
"name": "noms-samples",
"private": true,
"version": "0.0.0",
"description": "Shared node modules",
"license": "Apache-2.0",
"engines": {
"node": ">=6.9"
},
"dependencies": {
"@attic/noms": "file:../../js/noms",
"@attic/webpack-config": "^2.1.0",
"aspect-fit": "1.0.2",
"babel-preset-noms": "1.0.1",
"chai": "^3.5.0",
"classnames": "^2.1.3",
"common-tags": "^1.3.1",
"csv": "^1.1.0",
"eslint-config-noms": "1.0.0",
"flickr-oauth-and-upload": "^0.8.0",
"flow-bin": "^0.33.0",
"http-server": "^0.9.0",
"humanize": "^0.0.9",
"mocha": "^2.5.3",
"mz": "^2.4.0",
"node-fetch": "^1.5.2",
"oauth": "^0.9.14",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"request": "^2.72.0",
"varint": "^4.0.0",
"yargs": "^4.7.1"
},
"scripts": {
"preinstall": "ln -sf ../../js/noms/.babelrc && ln -sf ../../js/noms/.flowconfig",
"test": "exit 0"
}
}