forked from jsedlacek/browserify-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 851 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": "@tactivos/browserify-sass",
"version": "1.2.0",
"description": "Browserify plugin for Sass",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/jsedlacek/browserify-sass.git"
},
"scripts": {
"test": "make test"
},
"keywords": [
"browserify-plugin",
"sass",
"autoprefixer"
],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.3.6",
"node-sass": "^3.4.2",
"postcss": "^5.0.19",
"through2": "^2.0.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"concat-stream": "^1.4.7",
"mocha": "^2.1.0"
},
"bugs": {
"url": "https://github.com/jsedlacek/browserify-sass/issues"
},
"homepage": "https://github.com/jsedlacek/browserify-sass#readme",
"directories": {
"test": "test"
}
}