forked from colorpeach/colorbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.39 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
51
52
53
54
55
56
57
{
"name": "colorbox",
"version": "0.0.0",
"description": "tools,projects and apps",
"main": "app.js",
"scripts": {
"test": "karma start ./web/dev/karma.conf.js"
},
"repository": {
"type": "git",
"url": "http://github.com/colorpeach/colorbox.git"
},
"keywords": [
"colorbox",
"documents",
"code snippets",
"apps"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/colorpeach/colorbox/issues"
},
"homepage": "https://github.com/colorpeach/colorbox",
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.2.0",
"compression": "^1.2.0",
"cookie-parser": "~1.1.0",
"express": "^4.10.0",
"express-session": "~1.1.0",
"glob": "^4.3.2",
"jade": "~1.3.1",
"less": "~1.7.0",
"method-override": "~1.0.0",
"mongodb": "^1.4.19",
"morgan": "^1.4.1",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"serve-favicon": "^2.1.6",
"serve-static": "~1.1.0",
"showdown": "^0.3.1",
"later": "^1.1.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-less": "^0.11.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"jasmine-core": "^2.1.3",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"requirejs": "^2.1.15",
"karma-requirejs": "^0.2.2"
}
}