-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 810 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 810 Bytes
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
{
"name": "wikilogicfoundation",
"version": "0.0.1",
"description": "Theme files for the Wikilogic Foundation",
"scripts": {
"start": "run-p build:* watch:*",
"build:sass": "node-sass scss -o ./ --importer node_modules/node-sass-glob-importer/dist/cli.js --output-style compressed",
"watch:sass-base": "sane \"npm run build:sass\" scss --glob=**/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WikiLogic/foundation.git"
},
"author": "The Wikilogic Foundation",
"bugs": {
"url": "https://github.com/WikiLogic/foundation/issues"
},
"homepage": "https://github.com/WikiLogic/foundation#readme",
"devDependencies": {
"node-sass": "^4.5.0",
"node-sass-glob-importer": "^3.0.2",
"npm-run-all": "^4.0.1",
"sane": "^1.5.0"
}
}