forked from wikimedia/node-cssjanus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 819 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
{
"name": "cssjanus",
"version": "1.1.2",
"description": "Converts CSS stylesheets between left-to-right and right-to-left.",
"author": "Trevor Parscal <trevorparscal@gmail.com> (http://www.trevorparscal.com/)",
"license": "Apache-2.0",
"homepage": "https://github.com/cssjanus/cssjanus",
"bugs": {
"url": "https://github.com/cssjanus/cssjanus/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/cssjanus/cssjanus.git"
},
"main": "./src/cssjanus.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=0.10.3"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "1.2.0",
"grunt-jsonlint": "1.0.4"
}
}