-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
{
"name": "mad-mark",
"version": "2.2.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:theprotein/mad-mark.git"
},
"bin": {
"mark": "./bin/mark"
},
"engines": {
"node": ">=6"
},
"scripts": {
"commitmsg": "conventional-changelog-lint -p angular -e",
"release-patch": "mversion patch",
"release-minor": "mversion minor",
"release-major": "mversion major"
},
"devDependencies": {
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"conventional-changelog-lint": "^0.3.4",
"graceful-fs": "^4.1.4",
"husky": "^0.11.4",
"mversion": "^1.10.1"
},
"dependencies": {
"bem-core": "^3.0.1",
"bluebird": "^3.4.0",
"browser-sync": "^2.12.10",
"coa": "^1.0.1",
"enb": "^1.3.0",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^6.5.0",
"enb-js": "^1.1.0",
"enb-postcss": "^0.2.1",
"fs-extra": "^0.30.0",
"glob": "^4.0.0",
"lodash": "^2.4.1",
"log-symbols": "^1.0.2",
"meta-marked": "^0.3.1",
"nodemon": "^1.9.2",
"postcss": "^5.0.21",
"posthtml": "^0.8.7",
"winston": "^2.2.0"
}
}