-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "csjs",
"version": "1.1.0",
"description": "Cascading Style JavaScripts",
"keywords": [
"csjs",
"css-modules",
"scoped-css",
"css-in-js",
"modular-css",
"css"
],
"author": "Ryan Tsao <ryan.j.tsao@gmail.com>",
"main": "index.js",
"homepage": "https://github.com/rtsao/csjs",
"repository": "git@github.com:rtsao/csjs.git",
"bugs": "https://github.com/rtsao/csjs/issues",
"scripts": {
"test": "node test/index.js",
"cover": "istanbul cover test/index.js",
"travis-test": "npm run cover && ((cat coverage/lcov.info | coveralls) || exit 0)",
"travis-test-browser": "zuul -- test/index.js"
},
"dependencies": {},
"devDependencies": {
"brfs": "^1.4.2",
"bulk-require": "^0.2.1",
"bulkify": "^1.1.1",
"coveralls": "^2.11.4",
"folderify": "https://github.com/rtsao/folderify/tarball/patch-1",
"include-folder": "^1.0.0",
"istanbul": "^0.4.0",
"tape": "^4.2.0",
"zuul": "^3.8.0"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}