-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "xmeter",
"version": "7.2.0",
"description": "A default stylesheet with a set of tools that make designing with vertical rhythm easy.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-inject-string": "^1.1.1",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"kss": "^3.0.0-beta.23",
"normalize.css": "^8.0.0"
},
"scripts": {
"test": "node test.js",
"build": "gulp build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/chharvey/xmeter.git"
},
"keywords": [
"css",
"default",
"stylesheet",
"normalize",
"vertical rhythm",
"less"
],
"author": "Chris Harvey <[email protected]> (https://chharvey.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chharvey/xmeter/issues"
},
"homepage": "https://github.com/chharvey/xmeter#readme"
}