-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "@henris/math",
"version": "0.0.3",
"description": "math module for Henri's",
"main": "index.scss",
"scripts": {
"test": "npm run test:sass && npm run test:node-sass",
"test:sass": "sass test/index.scss dist/test/sass/index.css",
"test:node-sass": "node-sass test/index.scss dist/test/node-sass/index.css",
"build": "npm run build:sass && npm run build:node-sass",
"build:sass": "sass index.local.scss dist/sass/index.css",
"build:node-sass": "node-sass index.local.scss dist/node-sass/index.css",
"prepublishOnly": "npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henris-style/math.git"
},
"keywords": [
"Sass",
"Toolbelt",
"Color",
"Henri's"
],
"author": "Sil van Diepen",
"license": "MIT",
"bugs": {
"url": "https://github.com/henris-style/math/issues"
},
"homepage": "https://github.com/henris-style/math#readme",
"devDependencies": {
"node-sass": "^4.11.0",
"sass": "^1.17.0",
"sass-true": "^4.0.0"
}
}