forked from Keanux/keanux-personal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.95 KB
/
package.json
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
{
"name": "keanux-personal",
"version": "0.0.3",
"description": "Just a writing platform.",
"author": "Keanux",
"homepage": "http://keanux.com",
"keywords": [
"keanux",
"blog",
"cms"
],
"repository": {
"type": "git",
"url": "git://github.com/Keanux/keanux-personal.git"
},
"scripts": {
"start": "node server/server.js",
"seed": "node server/data/seed/index.js",
"jscs": "jscs ./",
"jshint": "jshint ./",
"lint": "gulp lint",
"test": "gulp mocha && gulp karma && gulp e2e"
},
"bugs": "https://github.com/Keanux/keanux-personal/issues",
"contributors": "https://github.com/Keanux/keanux-personal/graphs/contributors",
"license": "MIT",
"main": "server.js",
"dependencies": {
"bluebird": "^2.9.27",
"body-parser": "~1.12.4",
"classnames": "^2.1.2",
"connect-browserify": "^4.0.0",
"express": "~4.12.4",
"express-session": "^1.11.2",
"flux": "^2.0.3",
"mongoose": "^4.0.5",
"node-jsx": "^0.13.3",
"object-assign": "^3.0.0",
"passport": "^0.2.2",
"passport-facebook": "^2.0.0",
"react": "^0.13.3",
"react-ago-component": "^0.6.1",
"reactify": "^1.1.1",
"showdown": "^1.0.2",
"sqlite3": "^3.0.8",
"whatwg-fetch": "^0.9.0"
},
"devDependencies": {
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"chai": "^3.0.0",
"chai-datetime": "^1.4.0",
"core-js": "^0.9.18",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"gulp": "^3.9.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.0",
"gulp-mocha": "^2.1.1",
"gulp-protractor": "^1.0.0",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"jshint-jsx": "^0.4.1",
"jshint-stylish": "^2.0.0",
"karma": "^0.12.36",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.5.1",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"protractor": "^2.1.0",
"sinon": "^1.15.3",
"webpack": "^1.9.11"
}
}