-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 952 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 952 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
{
"name": "mutantsss",
"version": "1.0.1",
"description": "Mutant $tyle $heets from $pace is a tool for efficient programmatic definition & management of CSS rules scoped to specific DOM elements",
"main": "lib/index.js",
"author": "Eli Marschner <emarschner@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/trifacta/mutantsss"
},
"license": "Apache-2.0",
"scripts": {
"test": "make coverage"
},
"devDependencies": {
"browserify": "^11.0.1",
"browserify-istanbul": "^0.2.1",
"chai": "^3.0.0",
"istanbul": "^0.3.17",
"karma": "^0.13.9",
"karma-browserify": "^4.2.1",
"karma-coverage": "^0.5.0",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"serve": "^1.4.0",
"uglify-js": "^2.4.24"
},
"dependencies": {
"mutationobserver-shim": "^0.3.1"
}
}