-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
57
{
"name": "frontnote",
"version": "2.0.5",
"description": "StyleGuide Generator FrontNote",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/frontainer/frontnote"
},
"author": "frontainer <[email protected]> (http://frontainer.com)",
"engines": {
"node": ">=5.0.0"
},
"bin": {
"frontnote": "./bin/index.js"
},
"scripts": {
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -w -s -r 0",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require intelli-espower-loader -R spec ./test/frontnote.js"
},
"keywords": [
"styleguide",
"sass",
"less",
"stylus",
"css",
"ejs"
],
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"cpx": "^1.5.0",
"ejs": "^2.5.2",
"extend": "^3.0.0",
"fs-extra": "^0.30.0",
"gaze": "^1.1.2",
"glob": "^7.1.0",
"marked": "^0.3.6",
"memory-cache": "^0.1.6",
"ora": "^0.3.0",
"rxjs": "^5.0.0-beta.12",
"sanitizer": "^0.1.3"
},
"devDependencies": {
"conventional-changelog-cli": "^1.2.0",
"espower-loader": "^1.0.1",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"power-assert": "^1.4.1"
},
"bugs": {
"url": "https://github.com/frontainer/frontnote/issues"
},
"homepage": "https://github.com/frontainer/frontnote",
"main": "index.js"
}