blob: ab367db225729c674c6906f6dfd57a2861c6af6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "dark_theme_impl_example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"clean-css": "^5.3.1",
"clean-css-cli": "^5.6.1",
"css-patch": "^1.2.0",
"less": "^4.1.3"
}
}
|