-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.35 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
{
"name": "topcoat-list-base",
"version": "1.0.0",
"description": "Topcoat list base",
"style": "src/list-base.css",
"directories": {
"test": "test",
"lib": "src",
"bin": "css"
},
"scripts": {
"test": "ava test",
"prepublish": "rsn -p './' -o ./css/list-base.css ./test/list-base.fixture.css",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/topcoat/list-base.git"
},
"keywords": [
"css",
"topcoat",
"list",
"base",
"adobe"
],
"author": "Kristofer Joseph <[email protected]> (http://kristoferjoseph.com/)",
"contributors": [
"Garth Braithwaite <[email protected]> (http://garthdb.com)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/topcoat/topcoat/issues"
},
"homepage": "http://topcoat.io",
"dependencies": {
"topcoat-utils": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"ava": "^0.16.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"cz-customizable": "^4.0.0",
"mocha": "^3.0.2",
"resin": "^1.2.0",
"semantic-release": "^6.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}