-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.29 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
{
"name": "velvet-core",
"version": "1.1.11",
"description": "Core classes for the Velvet static-site generator.",
"main": "index.js",
"scripts": {
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronik-design/velvet-core.git"
},
"keywords": [
"velvet",
"stat-site",
"generator",
"ssg"
],
"author": "Michael Shick <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ronik-design/velvet-core/issues"
},
"homepage": "https://github.com/ronik-design/velvet-core#readme",
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^3.3.0",
"eslint-config-ronik": "^1.4.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-filenames": "^1.0.0",
"eslint-plugin-import": "^1.14.0"
},
"eslintConfig": {
"extends": "ronik",
"rules": {
"camelcase": 0
}
},
"dependencies": {
"async": "^2.0.0-rc.4",
"glob": "^7.0.3",
"hoek": "^4.0.0",
"image-size": "^0.5.0",
"istextorbinary": "^2.1.0",
"js-yaml": "^3.6.0",
"md5-file": "^3.1.1",
"mime": "^1.3.4",
"minimatch": "^3.0.0",
"moment-timezone": "^0.5.4",
"parse5": "^2.1.5",
"qs": "^6.2.0",
"slug": "^0.9.1",
"sort-keys": "^1.1.1",
"unicode": "^0.6.1"
}
}