forked from kevcjones/plugin-scss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "plugin-scss",
"version": "0.2.11",
"description": "SystemJS SCSS injector plugin that inlines the style requests, more flexible for angular 2 ",
"registry": "jspm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevCJones/plugin-scss.git"
},
"author": "Kevin Jones <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevCJones/plugin-scss/issues"
},
"homepage": "https://github.com/KevCJones/plugin-scss#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"browser-sync": "^2.9.3",
"del": "^2.0.2",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-react": "^3.16.1",
"fs-extra": "^0.26.3",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-modernizr": "1.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-tape": "0.0.7",
"gulp-uglify": "^1.4.2",
"jspm": "^0.16.32",
"systemjs-builder": "^0.15.14",
"tap-colorize": "^1.2.0",
"tape": "^4.4.0"
},
"dependencies": {
},
"jspm": {
"directories": {
"baseURL": "src",
"lib": "src"
},
"dependencies": {
"autoprefixer": "npm:autoprefixer@^6.3.6",
"fs": "github:jspm/nodelibs-fs@^0.1.2",
"lodash": "npm:lodash@^4.8.2",
"path": "github:jspm/nodelibs-path@^0.1.0",
"postcss": "npm:postcss@^5.0.19",
"reqwest": "github:ded/reqwest@^2.0.5",
"sass.js": "npm:sass.js@^0.9.6",
"url": "github:jspm/nodelibs-url@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"bootstrap": "github:twbs/bootstrap-sass@^3.3.6",
"core-js": "npm:core-js@^1.1.4"
}
}
}