forked from gilbitron/Raneto-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.07 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
{
"name": "raneto-core",
"version": "0.3.0",
"description": "Core module for Raneto",
"author": "Gilbert Pellegrom <[email protected]>",
"license": "MIT",
"keywords": [
"raneto",
"markdown",
"static",
"site",
"generator"
],
"main": "raneto.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/gilbitron/Raneto-Core.git"
},
"bugs": {
"url": "https://github.com/gilbitron/Raneto-Core/issues"
},
"homepage": "https://github.com/gilbitron/Raneto-Core",
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gilbitron/Raneto-Core/master/LICENSE"
}
],
"engines": {
"node": "~0.10.0"
},
"dependencies": {
"glob": "^4.0.0",
"kew": "^0.6.0",
"lunr": "^0.5.3",
"marked": "^0.3.2",
"moment": "^2.6.0",
"request-json": "^0.5.3",
"underscore": "^1.6.0",
"underscore.string": "^2.3.3",
"validator": "^3.13.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1",
"nock": "^2.7.0"
}
}