-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
{
"name": "crocodile-js",
"version": "0.0.2-alpha0104",
"description": "Crocodile js web-framework",
"scripts": {
"examples": "node source/examples/server.js"
},
"dependencies": {
"autoprefixer-core": "^5.1.7",
"bless": "^3.0.3",
"browserify": "4.2.3",
"cheerio": "^0.19.0",
"chmodr": "^0.1.0",
"csswring": "^3.0.1",
"express": "^4.10.4",
"fs-extra": "^0.18.0",
"graceful-fs": "^3.0.5",
"jsDependencyAnalizer": "git+https://github.com/CrocJS/jsdependencyanalyzer.git",
"lodash": "^3.3.0",
"postcss": "^4.1.4",
"postcss-assets": "^2.1.0",
"postcss-import": "^5.0.3",
"postcss-url": "^3.0.0",
"q": "^1.1.2",
"serve-static": "^1.7.2",
"source-map-concat": "^1.0.0",
"source-map-dummy": "^1.0.0",
"source-map-resolve": "^0.3.1",
"through": "~2.3.4",
"uglify-js": "^2.4.16"
},
"devDependencies": {
"body-parser": "^1.10.1",
"compression": "^1.3.0",
"cookie-parser": "^1.3.3",
"derby": "git+https://github.com/CrocJS/derby.git",
"express-session": "^1.9.3",
"livedb-mingo": "^1.0.1",
"racer-highway": "^2.0.1",
"serve-favicon": "^2.2.0"
},
"readme": "ERROR: No README data found!",
"gitHead": "5fa358af377d4baa1decde4fdb807e1cc30fcf11"
}