-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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": "@codelenny/module-server",
"version": "0.5.4",
"description": "Serves client modules.",
"main": "lib/ModuleServer.js",
"scripts": {
"test": "cake test",
"extensive-test": "cake --extensive test",
"preversion": "cake gh-pages",
"postversion": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeLenny/module-server.git"
},
"author": "Ryan Leonard (http://ryanleonard.us)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeLenny/module-server/issues"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/",
"access": "public"
},
"homepage": "https://github.com/CodeLenny/module-server#readme",
"devDependencies": {
"@codelenny/module-server-examples": "0.0.2",
"bin-path": "0.0.3",
"bluebird": "^3.4.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"child-process-promise": "^2.0.3",
"codo": "^2.1.2",
"fs-extra": "^0.30.0",
"mocha": "^3.0.2",
"path-to-regexp": "^1.5.3",
"which": "^1.2.10"
},
"dependencies": {
"blade": "^3.3.0",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"coffee-middleware": "^0.3.0",
"coffee-script": "^1.10.0",
"express": "^4.14.0",
"jquery": "^3.1.0",
"phantom": "^2.1.15",
"requirejs": "^2.2.0"
}
}