-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 731 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 731 Bytes
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
{
"name": "cat-nodejs",
"version": "0.2.1",
"description": "cat node client",
"main": "src/cat.js",
"author": "djshi@ctrip.com",
"license": "BSD",
"apidoc": {
"title": "cat node client document"
},
"scripts": {
"test": "jasmine-node test/spec/cat.spec.js"
},
"dependencies": {
"bindings": "^1.2.1",
"sync-request": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git@git.dev.sh.ctripcorp.com:fx-front-end/cat-node-client.git"
},
"devDependencies": {
"express": "^4.13.3",
"grunt-karma": "*",
"http": "0.0.0",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"morgan": "^1.6.1",
"sprintf-js": "^1.0.3"
},
"readmeFilename": "README.md"
}