-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.26 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
{
"name": "wulu",
"version": "2.0.0",
"description": "Extentions and plugins for Pokemon Showdown",
"dependencies": {
"chalk": "^1.0.0",
"cloud-env": "0.1.0",
"es6-shim": "0.27.1",
"is_js": "^0.7.3",
"jsonfile": "^2.0.0",
"moment": "^2.10.2",
"mongoose": "^4.0.1",
"node-static": "0.7.6",
"request": "^2.54.0",
"sockjs": "0.3.15",
"sugar": "1.4.1"
},
"optionalDependencies": {
"nodemailer": "1.3.1",
"http-proxy": "0.10.0"
},
"nonDefaultDependencies": {
"ofe": "0.1.2"
},
"engines": {
"node": "> 0.10.1"
},
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "eslint wulu/src",
"lint": "eslint wulu/src"
},
"bin": "./app.js",
"author": "Philip La <[email protected]>",
"private": true,
"devDependencies": {
"babel-eslint": "^2.0.2",
"cache-swap": "~0.2.0",
"eslint": "^0.19.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.0",
"grunt-contrib-watch": "^0.6.1",
"gulp": "~3.8.7",
"gulp-cache": "~0.2.8",
"gulp-jscs": "~1.5.1",
"gulp-jshint": "git://github.com/spalger/gulp-jshint#c18df3a11",
"gulp-replace": "~0.5.1",
"jshint-stylish": "~1.0.0",
"lazypipe": "~0.2.2",
"merge-stream": "~0.1.7",
"mocha": "~2.2.1"
}
}