forked from jotform/css.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 759 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
{
"name": "jotform-css.js",
"version": "1.0.1",
"description": "A lightweight, battle tested, fast, CSS parser in JavaScript.",
"main": "css.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"qunit": "^2.5.0"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/jotform/css.js"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jotform/css.js/issues"
},
"homepage": "https://github.com/jotform/css.js"
}