forked from wikimedia/node-cssjanus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 797 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
{
"name": "cssjanus",
"version": "1.1.3",
"description": "Converts CSS stylesheets between left-to-right and right-to-left.",
"author": "Trevor Parscal <[email protected]> (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": {
"eslint-config-wikimedia": "0.3.0",
"grunt": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "18.0.0",
"grunt-jsonlint": "1.0.8"
}
}