scratch-www/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2015-09-02 15:08:58 -04:00
{
"name": "www",
"version": "1.0.0",
"description": "Standalone WWW client for Scratch",
"main": "index.js",
"scripts": {
"start": "make start",
"test": "make test",
"watch": "make watch",
"stop-watch": "make stop-watch",
"build": "make build"
2015-09-02 15:08:58 -04:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/llk/scratch-www.git"
},
"author": "MIT",
"license": "MIT",
"bugs": {
"url": "https://github.com/llk/scratch-www/issues"
},
"homepage": "https://github.com/llk/scratch-www#readme",
"dependencies": {
"bunyan": "1.4.0",
"compression": "1.5.2",
"express": "4.13.3",
"lodash.defaults": "3.1.2",
"mustache": "2.1.3"
},
2015-09-02 15:08:58 -04:00
"devDependencies": {
2015-09-04 11:26:18 -04:00
"autoprefixer-loader": "2.1.0",
2015-09-02 15:08:58 -04:00
"css-loader": "0.17.0",
"eslint": "1.3.1",
2015-09-02 15:08:58 -04:00
"eslint-plugin-react": "3.3.1",
"file-loader": "0.8.4",
2015-09-02 15:08:58 -04:00
"json-loader": "0.5.2",
"jsx-loader": "0.13.2",
"node-sass": "3.3.2",
"react": "0.13.3",
"react-modal": "0.3.0",
"react-slick": "0.7.0",
"routes-to-nginx-conf": "0.0.2",
2015-09-02 15:08:58 -04:00
"sass-loader": "2.0.1",
"slick-carousel": "1.5.8",
2015-09-02 15:08:58 -04:00
"style-loader": "0.12.3",
"tape": "4.2.0",
"url-loader": "0.5.6",
2015-09-02 15:08:58 -04:00
"watch": "0.16.0",
"webpack": "1.12.0",
"xhr": "2.0.4"
}
}