-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
37
38
39
40
{
"name": "lasso-stylus",
"description": "Lasso.js plugin to support compilation of Stylus dependencies",
"keywords": [
"lasso",
"lasso-plugin",
"stylus",
"css"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-stylus.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint *.js"
},
"author": "Patrick Steele-Idem <[email protected]>",
"contributors": [
"Patrick Steele-Idem <[email protected]>",
"Phillip Gates-Idem <[email protected]>"
],
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {
"raptor-logging": "^1.0.1",
"stylus": "^0.54.5"
},
"devDependencies": {
"chai": "^4.1.2",
"jshint": "^2.5.5",
"mocha": "^4.0.1",
"lasso": "^3.0.0"
},
"license": "Apache-2.0",
"bin": {},
"main": "./lasso-stylus-plugin.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "2.0.0"
}