-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (37 loc) · 914 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
{
"name": "css2js",
"version": "0.1.4",
"private": false,
"description": "Convert CSS to Javascript",
"keywords": ["css", "js", "convert", "compile", "transpile"],
"repository": "[email protected]:grnadav/css2js.git",
"dependencies": {
"tinytim": "0.1.0",
"optimist": "0.6.0"
},
"devDependencies": {
"phantomjs": ">=1.9.1",
"node-phantom-simple": "1.0.15",
"mocha": ">=1.12.0",
"expect.js": "0.2.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "mocha ./test/test.js"
},
"bugs": {
"url": "https://github.com/grnadav/css2js/issues"
},
"readmeFilename": "readme.markdown",
"license": "MIT/X11",
"author": {
"name": "Nadav Greenberg",
"email": "[email protected]"
},
"main": "app.js",
"bin": {
"css2js": "./css2js"
}
}