-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.01 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
{
"name": "clear",
"version": "0.0.1",
"description": "css styles for more-readable text",
"main": "./builds/compromise-clear.min.css",
"scripts": {
"build": "./node_modules/.bin/stylus ./src/index.styl -o ./builds/compromise-clear.css",
"watch": "./node_modules/.bin/stylus -w ./src/index.styl -o ./builds/compromise-clear.css",
"min": "./node_modules/.bin/uglifycss ./builds/spencer.css >./builds/compromise-clear.min.css",
"start": "browser-sync start --server --files './' --index './index.html'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nlp-compromise/compromise-clear.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/nlp-compromise/compromise-clear/issues"
},
"homepage": "https://github.com/nlp-compromise/compromise-clear#readme",
"devDependencies": {
"browser-sync": "2.24.6",
"stylus": "0.54.5",
"uglifycss": "0.0.29"
}
}