-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 873 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 873 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
33
34
35
36
37
38
39
{
"name": "@derbyjs/tracks",
"description": "Shared browser and server routes built on Express",
"repository": {
"type": "git",
"url": "git://github.com/derbyjs/tracks.git"
},
"version": "1.0.0",
"main": "./lib/index.js",
"browserify": {
"main": "./lib/browser.js"
},
"browser": "./lib/browser.js",
"dependencies": {
"methods": "0.0.1",
"qs": "^6.0.2"
},
"devDependencies": {
"mocha": ">=1",
"expect.js": ">=0.1.2",
"coffee-script": ">=1.3.1"
},
"engines": {
"node": ">=0.4.0"
},
"optionalDependencies": {},
"bugs": {
"url": "https://github.com/derbyjs/tracks/issues"
},
"homepage": "https://github.com/derbyjs/tracks#readme",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nate Smith",
"license": "MIT"
}