-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "ivoryui-ivory",
"description": "A modern CSS framework to build your web pages faster and easier.",
"version": "6.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/IVORY-UI/ivory.git"
},
"keywords": [
"CSS",
"components",
"grid",
"responsive",
"scss",
"css-framework",
"grid-layout",
"scss-mixins",
"scss-framework",
"design-system"
],
"scripts": {
"clean": "node ./scripts/build/clean",
"build:styles": "node-sass --include-path scss src/ivory.scss dist/ivory.min.css --output-style compressed",
"copy:files": "cp package.json dist/ && cp README.md dist/",
"build": "npm run clean && npm run build:styles && npm run copy:files",
"publish:ivory": "npm publish dist"
},
"dependencies": {},
"devDependencies": {
"cpy-cli": "^4.0.0",
"del": "^6.0.0",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5"
},
"author": {
"name": "Lakshmikanth Vallampati",
"url": "https://github.com/kanthvallampati/"
}
}