-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 852 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 852 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
26
{
"name": "semantic-ui-less-importable",
"version": "2.3.1",
"author": "Tyler Jones",
"title": "Semantic UI Less Importable",
"description": "An importable and overridable version of the Semantic-UI less",
"license": "MIT",
"homepage": "https://github.com/squirly/semantic-ui-less-importable#readme",
"repository": "github:squirly/semantic-ui-less-importable",
"bugs": {
"url": "https://github.com/squirly/semantic-ui-less-importable/issues"
},
"scripts": {
"postinstall": "pip install -r requirements.txt",
"clean": "rm -rf dist semantic.css",
"prebuild": "npm run clean",
"build": "./build.py",
"pretest": "npm run build",
"test": "lessc dist/semantic.less > semantic.css",
"prepublish": "npm run test",
"publish": "cd dist && npm publish"
},
"dependencies": {
"less": "^2.7.3"
}
}