-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 1.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
34
35
36
37
38
{
"name": "inspinia",
"version": "2.6.5",
"description": "INSPINIA - Responsive Admin Theme",
"main": "dist/inspinia.css",
"scripts": {
"lint": "lesshint src/",
"clean": "rimraf dist",
"compile": "lessc src/style.less dist/inspinia.css",
"copy:fonts": "node ./node_modules/.bin/google-webfonts < fonts.list --out-base-dir dist",
"copy:patterns": "copy \"src/patterns/**/*\" dist/patterns/",
"prebuild": "npm-run-all lint clean",
"build": "npm-run-all copy:* compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/escaleno-ltda/inspinia.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/escaleno-ltda/inspinia/issues"
},
"homepage": "https://github.com/escaleno-ltda/inspinia#readme",
"dependencies": {
"bootstrap": "^3.3.7"
},
"devDependencies": {
"copy": "^0.3.0",
"csscomb": "^4.0.0",
"gulp-google-webfonts": "^0.0.14",
"less": "^2.7.2",
"lesshint": "^4.0.0",
"npm-run-all": "^4.0.0",
"rimraf": "^2.5.4"
}
}