-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "dat-design",
"version": "5.0.2",
"description": "design assets and docs for dat project",
"homepage": "http://datproject.github.io/design/",
"author": "dat project",
"license": "MIT",
"main": "index.js",
"style": "public/css/base.css",
"scripts": {
"build-css": "node-sass --importer node_modules/node-sass-magic-importer --include-path scss scss/base.scss public/css/base.css && node-sass --importer node_modules/node-sass-magic-importer --include-path scss scss/styleguide.scss dist/styleguide.css",
"watch-css": "nodemon -e scss -x 'npm run build-css'",
"watch-site": "cd site && watch 'node render.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datproject/design.git"
},
"bugs": {
"url": "https://github.com/datproject/design/issues"
},
"devDependencies": {
"dat-icons": "^2.1.0",
"gh-pages": "^0.11.0",
"glob": "^7.1.1",
"handlebars": "^4.0.5",
"node-sass": "^3.7.0",
"node-sass-magic-importer": "^1.1.2",
"nodemon": "^1.9.2",
"spritesh": "^1.2.0",
"svgo": "^0.7.0"
},
"keywords": [
"css-module",
"css",
"dat",
"datproject"
],
"dependencies": {}
}