forked from SenseNet/sncom-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "sensenet.github.io",
"version": "1.0.0",
"description": "Sense/Net Community Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz",
"releases": "node script/releases.js",
"awesome": "node script/awesome.js",
"contributors": "node script/contributors.js",
"latestblogposts": "node script/latestblogposts.js",
"start": "bundle exec jekyll serve --incremental"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SenseNet/sensenet.github.io.git"
},
"keywords": [
"sensenet",
"ecm",
"community"
],
"author": "Sense/Net <[email protected]> (http://sensenet.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/SenseNet/sensenet.github.io/issues"
},
"homepage": "sensenet.github.io",
"devDependencies": {
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.0.0",
"require-dir": "^0.3.1",
"semver": "^5.3.0"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}