-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "codecampkit",
"version": "2.5.2",
"description": "CodeCamp Kit is a module that is designed to get your workshop up and going quickly and with a well documented review process.",
"main": "server.js",
"bin": {
"cck": "./bin/cck",
"cck-init": "./bin/cck-init"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify src/app.js -o client/js/bundle.js -t es2040",
"start": "node server.js"
},
"keywords": [],
"author": "Tom",
"license": "MIT",
"dependencies": {
"domify": "^1.4.0",
"ecstatic": "^1.4.1",
"ejs": "^2.5.1",
"filed": "^0.1.0",
"http-hash-router": "^1.1.0",
"marked": "^0.3.6",
"minimist": "^1.2.0",
"morphdom": "^2.2.0",
"page": "^1.7.1",
"ramda": "^0.22.1",
"send-data": "^8.0.0",
"server-summary": "^6.0.1",
"xhr": "^2.2.2"
},
"devDependencies": {
"browserify": "^13.1.1",
"buble": "^0.12.3",
"es2040": "^1.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrs-innovation-center/codecampkit.git"
},
"bugs": {
"url": "https://github.com/jrs-innovation-center/codecampkit/issues"
},
"homepage": "https://github.com/jrs-innovation-center/codecampkit#readme"
}