-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 1 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
{
"name": "pform",
"version": "3.3.0",
"description": "Pixel perfect CSS form layouts.",
"main": "css/pform.css",
"scripts": {
"build": "npm run build-pform && npm run build-bootstrap && npm run build-ielt6 && npm run build-ielt8",
"build-pform": "lessc less/pform.less > css/pform.css",
"build-bootstrap": "lessc less/pform-bootstrap.less > css/pform-bootstrap.css",
"build-ielt6": "lessc less/pform-ie-lt-6.less > css/pform-ie-lt-6.css",
"build-ielt8": "lessc less/pform-ie-lt-8.less > css/pform-ie-lt-8.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sciactive/pform.git"
},
"keywords": [
"form",
"layout",
"html",
"css"
],
"author": "Hunter Perrin <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sciactive/pform/issues"
},
"homepage": "https://github.com/sciactive/pform#readme",
"devDependencies": {
"less": "^2.7.2"
}
}