-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.4 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.4 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
51
52
53
54
55
56
57
58
59
{
"name": "cssizer.com",
"version": "1.0.0",
"description": "real time css editing of gists",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dperrymorrow/cssizer.com.git"
},
"keywords": [
"css",
"realtime",
"editing",
"node"
],
"author": "David Morrow",
"license": "MIT",
"bugs": {
"url": "https://github.com/dperrymorrow/cssizer.com/issues"
},
"homepage": "http://cssizer.com",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"express-less": "0.0.8",
"express-partials": "^0.3.0",
"express-session": "^1.13.0",
"express-session-mongo": "^0.1.0",
"install": "^0.5.6",
"jade": "^1.11.0",
"jquery": "^2.2.2",
"method-override": "^2.3.5",
"npm": "^3.8.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"q": "^1.4.1",
"request": "^2.69.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"animate.css": "^3.5.1",
"codemirror": "^5.12.0",
"flexboxgrid": "^6.3.0",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6",
"gulp-watch": "^4.3.5",
"normalize.css": "^3.0.3",
"octicons": "^3.5.0",
"zepto": "^1.0.1"
}
}