forked from frontainer/frontplate-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.2 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.2 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "frontplate-cli",
"version": "2.0.4",
"description": "",
"main": "index.js",
"engines": {
"node": ">=5.0.0"
},
"scripts": {
"test": "mocha --require intelli-espower-loader -R spec ./test/index.js",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -w -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://frontainer@github.com/frontainer/frontplate-cli.git"
},
"keywords": [
"frontplate",
"cli",
"front-end",
"development",
"template"
],
"author": "frontainer",
"license": "MIT",
"bugs": {
"url": "https://github.com/frontainer/frontplate-cli/issues"
},
"bin": {
"frp": "./index.js"
},
"homepage": "https://github.com/frontainer/frontplate-cli#readme",
"dependencies": {
"autoprefixer": "^6.5.2",
"babel": "^6.5.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.16.0",
"browser-sync": "^2.17.2",
"chalk": "^1.1.3",
"cli-table": "^0.3.1",
"cpx": "^1.5.0",
"cross-spawn": "^5.0.1",
"download-github-repo": "^0.1.3",
"ejs": "^2.5.2",
"eslint": "^3.9.0",
"eslint-loader": "^1.6.1",
"frontnote": "^2.0.4",
"fs-extra": "^1.0.0",
"gaze": "^1.1.2",
"glob": "^7.1.1",
"glob-base": "^0.3.0",
"html-loader": "^0.4.4",
"htmlhint": "^0.9.13",
"inquirer": "^1.2.2",
"jasmine": "^2.5.2",
"json-loader": "^0.5.4",
"json2css": "^6.1.0",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.0",
"mkdirp": "^0.5.1",
"node-sass": "^3.11.2",
"ora": "^0.3.0",
"phantomjs": "^2.1.7",
"postcss": "^5.2.4",
"postcss-csso": "^1.1.2",
"rimraf": "^2.5.4",
"rxjs": "^5.0.0-beta.12",
"sass-lint": "^1.10.2",
"spritesmith": "^3.1.0",
"update-notifier": "^1.0.2",
"webpack": "^2.1.0-beta.25",
"webpack-entries": "^1.0.0",
"webpack-merge": "^0.15.0",
"yargs": "^6.3.0"
},
"devDependencies": {
"conventional-changelog-cli": "^1.2.0",
"espower-loader": "^1.0.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.1.2",
"power-assert": "^1.4.1",
"rimraf": "^2.5.4"
}
}