-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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": "nes.icons",
"version": "0.0.0-development",
"description": "NES.icons is an icon library designed to mimic the look of icons on an NES.",
"main": "css/nes-icons.css",
"sass": "scss/nes-icons.scss",
"style": "css/nes-icons.css",
"scripts": {
"compile": "./scripts/compile.js",
"watch": "./scripts/compile.js -w",
"semantic-release": "semantic-release"
},
"keywords": [
"character",
"css",
"framework",
"icon",
"icons",
"nes",
"scss",
"unicode",
"utf"
],
"repository": {
"type": "git",
"url": "https://github.com/nostalgic-css/NES.icons.git"
},
"author": "Trezy <[email protected]> (https://trezy.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nostalgic-css/NES.icons/issues"
},
"homepage": "https://github.com/nostalgic-css/NES.icons#readme",
"devDependencies": {
"@semantic-release/exec": "^3.3.2",
"cheerio": "^1.0.0-rc.3",
"commander": "^2.20.0",
"doiuse": "^4.2.0",
"file-type": "^11.1.0",
"flood-fill": "^0.1.1",
"git-rev-sync": "^1.12.0",
"listr": "^0.14.3",
"ndarray": "^1.0.18",
"node-sass": "^4.12.0",
"postcss-clean": "^1.1.0",
"postcss-cli": "^6.1.2",
"postcss-node-sass": "^2.1.8",
"postcss-preset-env": "^6.6.0",
"prettier": "^1.17.1",
"semantic-release": "^15.13.12",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.7.0",
"webfont": "^9.0.0"
}
}