-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "nodejs.rs",
"version": "1.0.0",
"description": "nodejs.rs website",
"main": "build/index.js",
"engines": {
"node": ">=5.0.0"
},
"dependencies": {},
"devDependencies": {
"eslint": "^2.2.0",
"gh-pages": "^0.9.0",
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-better-excerpts": "^0.1.7",
"metalsmith-browser-sync": "^1.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-define": "^1.0.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-excerpts": "^1.1.0",
"metalsmith-if": "^0.1.1",
"metalsmith-layouts": "^1.4.4",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.1",
"metalsmith-sass": "^1.3.0",
"metalsmith-tags": "^1.2.0",
"moment": "^2.11.1",
"optimist": "^0.6.1"
},
"scripts": {
"start": "node build.js --watch",
"build": "node build.js --build",
"test": "./node_modules/eslint/bin/eslint.js build.js config/*.js src/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JSBelgrade/nodejs.rs.git"
},
"keywords": [
"node",
"js",
"belgrade",
"serbia",
"rs"
],
"author": "Slobodan Stojanovic <[email protected]> (http://slobodan.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JSBelgrade/nodejs.rs/issues"
},
"homepage": "https://github.com/JSBelgrade/nodejs.rs"
}