-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 886 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
39
40
{
"name": "diamond-loader",
"version": "0.1.0",
"description": "diamond loader for Webpack",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"keywords": [
"sass",
"less",
"stylus",
"diamond",
"diamondpkg",
"webpack",
"loader"
],
"engines": {
"node": ">=4.0.0"
},
"author": "Hackzzila",
"license": "MIT",
"dependencies": {
"diamondpkg": "github:diamondpkg/diamond#generator-rewrite",
"loader-utils": "^1.1.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-webpack": "^1.2.3",
"eslint-plugin-import": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diamondpkg/diamond-loader.git"
},
"bugs": {
"url": "https://github.com/diamondpkg/diamond-loader/issues"
},
"homepage": "https://github.com/diamondpkg/diamond-loader#readme"
}