-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 907 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 907 Bytes
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
{
"name": "transforms",
"description": "a simple browserify transformer from appstackr for css, scss, less, styl and react",
"version": "0.1.4",
"author": "Ben P.P. Tung",
"dependencies": {
"async": "^1.4.2",
"autoprefixer-core": "^5.2.0",
"babelify": "^6.4.0",
"clean-css": "^3.3.1",
"colors": "^1.1.2",
"debug": "^2.2.0",
"glob": "^5.0.15",
"less": "^2.5.3",
"mkdirp": "^0.5.1",
"node-sass": "^4.13.0",
"postcss": "^4.1.11",
"stylus": "^0.52.4",
"through": "^2.3.8"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.3.3"
},
"keywords": [
"browserify-transform",
"css",
"less",
"react",
"scss",
"styl"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/benpptung/transforms.git"
},
"scripts": {
"test": "mocha test"
}
}