-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 760 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 760 Bytes
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
{
"name": "revolutionize",
"version": "1.57.0",
"description": "PostCSS based web application skinning strategy.",
"main": "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/revolutionize.git"
},
"keywords": [],
"author": "fantasyui.com <fantasyui.com@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyui-com/revolutionize/issues"
},
"homepage": "https://github.com/fantasyui-com/revolutionize#readme",
"dependencies": {
"postcss": "^8.4.31",
"skins": "^1.0.1"
}
}