-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
{
"name": "mobi-plugin-text",
"version": "1.0.0",
"description": "Utilities to create aligned text or colored text.",
"main": "index.scss",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "npm run lint",
"lint": "stylelint **/*.scss --syntax scss && eslint .",
"preversion": "npm test",
"version": "npm run build && git add -A ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobi-css/mobi-plugin-text.git"
},
"keywords": [
"mobi-css",
"mobi-plugin",
"text",
"css"
],
"author": "xcatliu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobi-css/mobi-plugin-text/issues"
},
"homepage": "https://mobi-css.github.io/mobi-plugin-text/",
"devDependencies": {
"autoprefixer": "^6.4.0",
"debounce": "^1.0.0",
"ecstatic": "^2.1.0",
"eslint": "^3.4.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.14.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-insert": "^0.5.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"pagic": "^0.6.0",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0"
},
"dependencies": {
"mobi-theme-base": "^1.0.0"
}
}