-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1002 Bytes
/
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
{
"name": "getmobicss.com",
"version": "0.0.0",
"description": "The official website for Mobi.css",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "npm run lint",
"lint": "stylelint src/**/*.css && eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobi-css/getmobicss.com.git"
},
"keywords": [
"mobi-css",
"website"
],
"author": "xcatliu <xcatliu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobi-css/getmobicss.com/issues"
},
"homepage": "http://getmobicss.com",
"devDependencies": {
"ecstatic": "^3.0.0",
"eslint": "^4.6.0",
"eslint-config-alloy": "^1.0.0",
"gulp": "^3.9.1",
"mobi-util-build-css": "^3.0.4",
"pagic": "^0.6.0",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0"
},
"dependencies": {
"mobi-plugin-color": "^1.0.0",
"mobi-plugin-prism": "^1.0.0",
"mobi.css": "^3.1.1"
}
}