-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 840 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
{
"name": "clarity-icons-svg",
"version": "0.2.0",
"description": "Raw svg icons from project clarity made by VMware. ",
"author": "Renaud Tertrais <[email protected]>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist",
"prebuild": "npm run clean && copyfiles ./package.json ./README.md ./dist",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renaudtertrais/clarity-icons-svg.git"
},
"keywords": [
"icons",
"clarity",
"svg"
],
"bugs": {
"url": "https://github.com/renaudtertrais/clarity-icons-svg/issues"
},
"homepage": "https://github.com/renaudtertrais/clarity-icons-svg#readme",
"devDependencies": {
"copyfiles": "^2.1.0",
"rimraf": "^2.6.2"
}
}