forked from HuasoFoundries/systemjs-less-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 888 Bytes
/
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
{
"name": "systemjs-less-plugin",
"version": "1.8.3",
"description": "Loads less files on the fly, and compiles then at build time",
"main": "less",
"registry": "github",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/social4hyq/systemjs-less-plugin.git"
},
"keywords": [
"systemjs",
"jspm",
"less",
"loader"
],
"author": "Felipe Figueroa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/social4hyq/systemjs-less-plugin/issues"
},
"homepage": "https://github.com/social4hyq/systemjs-less-plugin#readme",
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"eslint": "^1.10.3",
"jspm": "^0.17.0-beta.22",
"mocha": "^2.4.5"
},
"jspm": {
"registry": "github",
"dependencies": {},
"devDependencies": {}
}
}