forked from bergie/blogsiple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 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": "blogsiple",
"description": "Simple CMS for NodeXT and Create",
"keywords": ["cms"],
"author": "Henri Bergius",
"version": "0.0.3",
"licenses": [{
"type": "MIT",
"url": "https://github.com/bergie/blogsiple/raw/master/LICENSE"
}],
"engines": {
"node": ">=0.6.0",
"npm": ">=1.1.0"
},
"dependencies": {
"express": "2.5.x",
"express-resource": ">=0.2.4",
"resource-juggling": ">=0.0.1",
"nodext": "0.1.x",
"nodext-create": ">=0.0.5",
"coffee-script": ">=1.2.0",
"jugglingdb": "0.1.x",
"less": ">=1.3.0",
"jade": ">=0.20.0",
"connect-conneg": ">=0.1.1",
"request": "2.9.x",
"xml2js": "0.1.x",
"redis": ">=0.7.1",
"pg": "0.6.x"
},
"devDependencies": {
"chai": "0.5.x",
"mocha": "1.0.x"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --compilers coffee:coffee-script extension/*/test/*"
},
"repository": {
"type": "git",
"url": "git://github.com/bergie/blogsiple.git"
},
"bin": {
"blogsiple": "./bin/blogsiple",
"blogsiple_import_rss": "./bin/blogsiple_import_rss"
}
}