-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.6 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "webcoder",
"description": "Code editor in your browser",
"version": "0.0.1",
"private": true,
"author": "Mike Lyons <mike@mjlyons.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mjlyons/webcoder"
},
"scripts": {
"build": "npm run build:client && npm run build:server",
"build:client": "npm run fix:ext-modelist && webpack -p --progress --color",
"build:server": "gulp",
"client:build:watch": "webpack -d --progress --color --watch",
"client:dev": "export WEBPACK_DEV_SERVER=1 && npm run build && npm start | webpack-dev-server -d --inline --progress --colors --inline --hot",
"coveralls": "npm run test:cov && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"fix:ext-modelist": "node buildhelpers/fix-ext-modelist.js",
"debug:server": "node debug ./bin/server/www",
"jsdoc": "jsdoc -r ./js -d ./jsdoc",
"lint": "gulp lint",
"pm2:restart": "pm2 restart bin/server/www",
"pm2:start": "pm2 start bin/server/www",
"start": "node ./bin/server/www",
"start:watch": "nodemon --ignore build/ --exec 'npm test && npm run build && npm start'",
"test": "if test \"$CI_MODE\"; then npm run coveralls; else npm run test:nocov; fi",
"test:mocha": "export CI_MODE=1 && mocha --compilers js:babel-core/register,scss:test/style-null-compiler.js --require test/mocha-bootstrap.js test/**/*.test.js",
"test:cov": "export CI_MODE=1 && babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- --compilers scss:test/style-null-compiler.js --require test/mocha-bootstrap.js test/**/*.test.js",
"test:jasmine": "jasmine",
"test:karma": "BABEL_ENV=test karma start --single-run",
"test:karma:cov": "BABEL_ENV=test karma start karma-cov.conf.js",
"test:karma:watch": "BABEL_ENV=test karma start",
"test:karma:chrome": "BABEL_ENV=test karma start --browsers Chrome",
"test:nocov": "npm run test:mocha",
"test:watch": "nodemon --ignore build/ --exec 'npm test && npm run lint'",
"watch:server": "npm run build:client && nodemon --ignore build/ --exec 'npm run build:server && npm start'",
"watch:test": "npm run build:client && nodemon --ignore build/ --exec 'npm test && npm run build:server && npm start'",
"watch:test:karma": "karma start"
},
"dependencies": {
"app-module-path": "^1.0.5",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.3",
"classnames": "^2.2.1",
"cookie-parser": "~1.3.5",
"css-loader": "^0.23.1",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"flux": "^2.1.1",
"fuzzy": "^0.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.1.1",
"gulp-if": "^2.0.0",
"html-webpack-plugin": "^1.7.0",
"i": "^0.3.4",
"immutable": "^3.7.6",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"node-sass": "^3.4.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"sass-loader": "^3.1.2",
"serve-favicon": "~2.3.0",
"session-file-store": "0.0.24",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-istanbul": "^0.7.0",
"babel-plugin-rewire": "^1.0.0-rc-1",
"babel-template": "^6.7.0",
"babel-types": "^6.7.2",
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"esdoc": "^0.4.3",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-friendly-formatter": "^1.2.2",
"eslint-plugin-react": "^3.11.3",
"ignore-loader": "^0.1.1",
"ignore-styles": "^1.2.0",
"isparta": "^4.0.0",
"isparta-loader": "^2.0.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jsdoc": "^3.4.0",
"jsdom": "^7.2.2",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-eslint": "^2.1.0",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.2",
"mock-fs": "^3.6.0",
"nodemon": "^1.8.1",
"phantomjs-prebuilt": "^2.1.6",
"proxyquire": "^1.7.3",
"react-addons-test-utils": "^0.14.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"supertest": "^1.1.0",
"webpack-dev-server": "^1.14.0"
}
}