-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
39 lines (39 loc) · 907 Bytes
/
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
{
"name": "Romantic",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node ./server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/wangxiao/romantic.git"
},
"license": "MIT",
"dependencies": {
"babel-core": "^6.1.2",
"babel-polyfill": "^6.0.16",
"babel-preset-stage-3": "^6.1.2",
"body-parser": "1.12.3",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.3.5",
"ejs": "2.3.1",
"express": "4.12.3",
"leanengine": "^1.0.0",
"leanengine-sniper": "^0.3.2",
"mailgun-js": "^0.7.6",
"moment": "^2.10.6",
"jssha": "^1.5.0"
},
"engines": {
"node": "4.x"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"eslint": "^3.0.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2"
}
}