Files
dolt/nomdl/codegen/test/package.json
Erik Arvidsson 34e14af8ea Update to Flow 0.23 (#1257)
This required that we updated all clients to Noms SDK 11. The only
thing that needed real changes was Crunchbase IU.
2016-04-15 14:09:36 -07:00

35 lines
1.1 KiB
JSON

{
"name": "nomdl-codegen-test",
"version": "0.0.1",
"description": "Tests for generated js code",
"main": "index.js",
"devDependencies": {
"@attic/eslintrc": "^1.0.0",
"@attic/noms": "^11.1.0",
"@attic/webpack-config": "^1.0.1",
"babel-cli": "6.6.5",
"babel-core": "6.7.2",
"babel-generator": "6.7.2",
"babel-plugin-syntax-async-functions": "6.5.0",
"babel-plugin-syntax-flow": "6.5.0",
"babel-plugin-transform-async-to-generator": "6.7.0",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-es2015-destructuring": "6.6.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
"babel-plugin-transform-es2015-parameters": "6.7.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"chai": "3.5.0",
"chokidar": "1.4.3",
"commander": "2.9.0",
"flow-bin": "0.23.0",
"fs-extra": "0.26.7",
"mocha": "2.4.5"
},
"scripts": {
"pretest": "eslint . && flow .",
"test": "mocha --ui tdd --reporter dot --compilers js:babel-core/register ./*-test.js"
}
}