forked from benbrignell/principles.design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 860 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
{
"name": "principles.design",
"version": "1.0.0",
"description": "An open source collection of design principles and methods. https://principles.design",
"main": "index.js",
"scripts": {
"sass": "node-sass --include-path _sass _sass/main.scss assets/css/main.css",
"sass:watch": "nodemon -e scss -x \"npm run sass\"",
"sass:build": "node-sass --include-path _sass _sass/main.scss _includes/main.css --output-style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benbrignell/principles.design.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benbrignell/principles.design/issues"
},
"homepage": "https://github.com/benbrignell/principles.design#readme",
"devDependencies": {
"node-sass": "^4.8.3",
"nodemon": "^1.17.3"
}
}