-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
39 lines (39 loc) · 927 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
{
"name": "jspm-loader-css",
"main": "index",
"format": "es6",
"version": "1.1.0",
"description": "A CSS loader for JSPM. Install",
"dependencies": {
"css-modules-loader-core": "^1.0.0-beta2",
"debounce": "^1.0.0",
"path": "^0.12.7",
"toposort": "^0.2.12"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"eslint": "^1.5.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js lib"
},
"repository": {
"type": "git",
"url": "https://github.com/geelen/jspm-loader-css.git"
},
"keywords": [
"jspm",
"css",
"css-modules",
"loader"
],
"author": "Glen Maddern",
"license": "ISC",
"bugs": {
"url": "https://github.com/geelen/jspm-loader-css/issues"
},
"homepage": "https://github.com/geelen/jspm-loader-css"
}