-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.11 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
{
"name": "gulp-angular2-embed-sass",
"version": "0.5.2",
"description": "A gulp plugin to compile styleUrls with sass to css and include them as strings under style.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/amritk/gulp-angular2-embed-sass.git"
},
"scripts": {
"test": "mocha --harmony"
},
"keywords": [
"gulpplugin",
"gulp",
"plugin",
"angular2",
"embed",
"sass",
"style",
"styleUrls"
],
"author": "Amrit Kahlon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amritk/gulp-angular2-embed-sass/issues"
},
"homepage": "https://github.com/amritk/gulp-angular2-embed-sass",
"dependencies": {
"autoprefixer": "^7.1.6",
"gulp-util": "^3.0.8",
"less": "^2.7.3",
"node-sass": "^4.5.3",
"postcss": "^6.0.13",
"through2": "^2.0.3"
},
"files": [
"index.js",
"Readme.md"
],
"devDependencies": {
"mocha": "^4.0.1",
"assert": "^1.4.1"
},
"_npmVersion": "3.3.6",
"_nodeVersion": "5.0.0",
"directories": {
"test": "test"
}
}