-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "talk-services",
"version": "3.1.2",
"description": "talk-services",
"main": "./lib/loader.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require coffee-script/register --require should --reporter spec test/main.coffee",
"prepublish": "rm -rf lib && coffee -o lib -c src",
"deploy": "npm run uploadcdn && npm publish",
"doc": "cd docs && gitbook build",
"uploadcdn": "osscmd uploadfromdir images oss://dn-talk/images"
},
"repository": {
"type": "git",
"url": "[email protected]:teambition/talk-services.git"
},
"author": {
"name": "Xu Jingxin",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"mocha": "^2.3.4",
"should": "^7.1.1"
},
"dependencies": {
"bluebird": "^3.0.5",
"charset": "^1.0.0",
"coffee-script": "^1.10.0",
"err1st": "^0.2.5",
"feedparser": "^1.1.4",
"glob": "^6.0.1",
"graceful-logger": "^0.4.3",
"he": "^0.5.0",
"iconv-lite": "^0.4.13",
"jschardet": "^1.4.1",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"moment": "^2.10.6",
"moment-timezone": "^0.4.1",
"request": "^2.67.0",
"require-dir": "^0.3.0",
"validator": "^4.3.0"
}
}