-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "lasso-sass",
"description": "Lasso.js plugin to support compilation of sass dependencies",
"keywords": [
"lasso",
"lasso-plugin",
"sass"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-sass.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",
"raptor-util": "^1.0.0",
"sass": "^1.49.9"
},
"devDependencies": {
"chai": "^3.5.0",
"jshint": "^2.5.5",
"lasso": "^2.11.12",
"mocha": "^3.2.0"
},
"license": "Apache License v2.0",
"bin": {},
"main": "./lasso-sass-plugin.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "4.0.0"
}