-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 949 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
31
32
33
34
35
36
37
{
"name": "lux-nox",
"version": "2.0.0",
"description": "A repository containing the Solarized and Lunarized color schemes.",
"main": "lux-nox.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chharvey/lux-nox.git"
},
"keywords": [
"css",
"color",
"Solarized",
"Lunarized"
],
"author": "Chris Harvey <[email protected]> (https://chharvey.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chharvey/lux-nox/issues"
},
"homepage": "https://chharvey.github.io/lux-nox/",
"devDependencies": {
"csscolor": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.4.2",
"gulp-less": "^3.3.2",
"gulp-pug": "^3.3.0",
"gulp-sourcemaps": "^2.6.0",
"sitepage": "^1.0.0",
"xmeter": "^5.3.1"
}
}