-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1009 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
38
39
40
41
42
{
"name": "quaint-look-nice",
"description": "A simple CSS/SASS sheet for use with Quaint. It looks nice!",
"version": "0.1.1",
"format": "cjs",
"repository": {
"type": "git",
"url": "https://github.com/breuleux/quaint-look-nice"
},
"keywords": [
"quaint",
"quaint-plugin",
"sass",
"css",
"stylesheet"
],
"author": "Olivier Breuleux",
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"chalk": "^1.1.1",
"deepmerge": "^0.2.10",
"earlgrey-runtime": "^0.1.0",
"inquirer-shortcuts": "^1.1.0",
"quaint-autoprefixer": "^0.1.1",
"quaint-google-fonts": "^0.1.0",
"quaint-nav": "^0.1.0",
"quaint-sass": "^0.2.0"
},
"devDependencies": {
"earl-mocha": ">=0.0.3",
"earlgrey": "^0.1.0",
"mocha": "^2.2.1",
"quaint": ">=0.0.15"
},
"scripts": {
"refresh": "earl compile -5vso lib/ src/",
"compile": "earl compile -5rvso lib/ src/",
"prepublish": "npm run compile",
"test": "mocha"
}
}