2015-09-02 15:08:58 -04:00
|
|
|
{
|
|
|
|
"name": "www",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Standalone WWW client for Scratch",
|
|
|
|
"scripts": {
|
2015-10-09 12:52:43 -04:00
|
|
|
"prestart": "make build",
|
|
|
|
"start": "make start",
|
|
|
|
"stop": "make stop",
|
2015-09-04 01:26:56 -04:00
|
|
|
"test": "make test",
|
|
|
|
"watch": "make watch",
|
2015-09-09 16:24:50 -04:00
|
|
|
"build": "make build",
|
2015-10-09 12:52:43 -04:00
|
|
|
"dev": "make watch && make start &"
|
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",
|
2015-09-04 01:26:56 -04:00
|
|
|
"dependencies": {
|
2015-10-13 09:40:40 -04:00
|
|
|
"bunyan": "1.5.1",
|
2015-09-04 01:26:56 -04:00
|
|
|
"compression": "1.5.2",
|
|
|
|
"express": "4.13.3",
|
2015-09-30 11:04:51 -04:00
|
|
|
"express-http-proxy": "0.6.0",
|
2015-09-04 01:26:56 -04:00
|
|
|
"lodash.defaults": "3.1.2",
|
2015-10-20 12:54:48 -04:00
|
|
|
"mustache": "2.1.3",
|
|
|
|
"newrelic": "1.22.1"
|
2015-09-04 01:26:56 -04:00
|
|
|
},
|
2015-09-02 15:08:58 -04:00
|
|
|
"devDependencies": {
|
2015-09-04 11:26:18 -04:00
|
|
|
"autoprefixer-loader": "2.1.0",
|
2015-09-16 10:14:00 -04:00
|
|
|
"classnames": "2.1.3",
|
2015-09-30 12:47:39 -04:00
|
|
|
"cookie": "0.2.2",
|
2015-09-02 15:08:58 -04:00
|
|
|
"css-loader": "0.17.0",
|
2015-09-16 14:44:26 -04:00
|
|
|
"custom-event-polyfill": "0.2.1",
|
2015-09-02 17:40:14 -04:00
|
|
|
"eslint": "1.3.1",
|
2015-09-02 15:08:58 -04:00
|
|
|
"eslint-plugin-react": "3.3.1",
|
2015-10-14 23:01:19 -04:00
|
|
|
"exenv": "1.2.0",
|
2015-09-09 09:53:48 -04:00
|
|
|
"file-loader": "0.8.4",
|
2015-10-15 23:01:58 -04:00
|
|
|
"glob": "5.0.15",
|
2015-09-02 15:08:58 -04:00
|
|
|
"json-loader": "0.5.2",
|
2015-10-15 23:01:58 -04:00
|
|
|
"json2po-stream": "1.0.3",
|
2015-09-02 15:08:58 -04:00
|
|
|
"jsx-loader": "0.13.2",
|
2015-10-20 19:28:28 -04:00
|
|
|
"lodash.omit": "3.1.0",
|
2015-10-13 09:40:40 -04:00
|
|
|
"minilog": "2.0.8",
|
|
|
|
"node-sass": "3.3.3",
|
2015-10-15 23:01:58 -04:00
|
|
|
"po2icu": "git://github.com/LLK/po2icu.git#develop",
|
2015-10-14 22:58:32 -04:00
|
|
|
"react": "0.14.0",
|
|
|
|
"react-addons-test-utils": "0.14.0",
|
|
|
|
"react-dom": "0.14.0",
|
2015-10-15 23:01:58 -04:00
|
|
|
"react-intl": "2.0.0-pr-3",
|
2015-10-14 23:01:19 -04:00
|
|
|
"react-modal": "git://github.com/mewtaylor/react-modal.git#react-14",
|
2015-09-11 12:35:56 -04:00
|
|
|
"react-onclickoutside": "0.3.1",
|
2015-10-14 23:01:19 -04:00
|
|
|
"react-slick": "git://github.com/mewtaylor/react-slick.git#remove-deprecation-warnings",
|
2015-09-16 15:09:15 -04:00
|
|
|
"routes-to-nginx-conf": "0.0.4",
|
2015-09-21 13:27:21 -04:00
|
|
|
"sass-lint": "1.2.0",
|
2015-09-02 15:08:58 -04:00
|
|
|
"sass-loader": "2.0.1",
|
2015-10-15 23:01:58 -04:00
|
|
|
"scratchr2_translations": "git://github.com/mewtaylor/scratchr2_translations.git#feature/packageify",
|
2015-09-09 09:53:48 -04:00
|
|
|
"slick-carousel": "1.5.8",
|
2015-10-07 11:29:17 -04:00
|
|
|
"source-map-support": "0.3.2",
|
2015-09-02 15:08:58 -04:00
|
|
|
"style-loader": "0.12.3",
|
2015-10-15 23:01:58 -04:00
|
|
|
"tap": "2.0.0",
|
2015-09-02 15:08:58 -04:00
|
|
|
"tape": "4.2.0",
|
2015-09-09 09:53:48 -04:00
|
|
|
"url-loader": "0.5.6",
|
2015-09-02 15:08:58 -04:00
|
|
|
"watch": "0.16.0",
|
2015-10-14 23:01:19 -04:00
|
|
|
"webpack": "1.12.2",
|
2015-09-02 15:08:58 -04:00
|
|
|
"xhr": "2.0.4"
|
|
|
|
}
|
|
|
|
}
|