Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
47 lines (46 sloc) 1.15 KB
{
"name": "COM1000",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack",
"start": "node ./bin/www",
"test": "node_modules/.bin/babel-tape-runner tests/**/*.js | colortape"
},
"dependencies": {
"babel-core": "^6.2.1",
"body-parser": "^1.14.1",
"codemirror": "^5.10.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"jade": "~1.11.0",
"jquery": "^2.1.4",
"material-ui": "^0.13.4",
"mongodb": "^2.0.49",
"morgan": "~1.6.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-modal": "^0.6.1",
"react-redux": "^4.0.0",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.0.4",
"style": "0.0.3"
},
"devDependencies": {
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-tape-runner": "^1.3.0",
"colortape": "^0.1.1",
"css-loader": "^0.23.0",
"faucet": "0.0.1",
"react-addons-test-utils": "^0.14.3",
"style-loader": "^0.13.0",
"tap-pessimist": "^1.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"webpack": "^1.12.8"
}
}
Something went wrong with that request. Please try again.