forked from benignware/css-wrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 756 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 756 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
{
"name": "l0-css-wrap",
"version": "0.1.0",
"description": "Wrap CSS rules in a namespace",
"main": "css_wrap.js",
"homepage": "https://github.com/lukasstankiewicz/css-wrap",
"author": "Łukasz Stankiewicz <lukas.stankiewicz@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/lukasstankiewicz/css-wrap.git"
},
"bugs": {
"url": "https://github.com/lukasstankiewicz/css-wrapissues"
},
"scripts": {
"test": "nodeunit test/css_wrap_test.js"
},
"dependencies": {
"css-parse": "^2.0.0",
"css-stringify": "^2.0.0",
"deepmerge": "^0.2.10"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"nodeunit": "^0.9.1"
},
"directories": {
"test": "test"
},
"license": "ISC"
}