-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "mip-mag-design",
"version": "2.0.2",
"description": "mag design components",
"main": "dist/mag-design.min.css",
"devDependencies": {
"autoprefixer-stylus": "^0.14.0",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.8.0",
"gulp-header": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylus": "^2.6.0",
"husky": "^0.14.3",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"validate-commit-msg": "^2.14.0"
},
"scripts": {
"build": "gulp build",
"test": "gulp test",
"preview": "gulp preview",
"preversion": "npm run build",
"commitmsg": "validate-commit-msg"
},
"config": {
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"test",
"chore",
"revert",
"release"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/mip-mag-design.git"
},
"keywords": [
"mag"
],
"author": "mipengine",
"license": "MIT",
"bugs": {
"url": "https://github.com/mipengine/mip-mag-design/issues"
},
"homepage": "https://github.com/mipengine/mip-mag-design#readme",
"man": [
"./doc/main.md"
],
"dependencies": {
"nib": "^1.1.2",
"normalize.css": "^7.0.0"
}
}