-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 860 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
{
"name": "larceny",
"version": "1.32.0",
"description": "Command line interface to PostCSS theft plugin.",
"main": "index.js",
"bin": {
"larceny": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyui-com/larceny.git"
},
"keywords": [],
"author": "fantasyui.com <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyui-com/larceny/issues"
},
"homepage": "https://github.com/fantasyui-com/larceny#readme",
"dependencies": {
"commander": "^2.20.3",
"perfectionist": "^2.4.0",
"postcss": "^6.0.8",
"theft": "^1.0.1",
"touch": "^3.1.0"
}
}