forked from Platypi/less-bundle
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
39
40
41
42
43
{
"name": "less-bundle-promise",
"version": "1.0.7",
"description": "A package bundler for Less",
"author": {
"name": "mzohaibqc",
"url": "https://github.com/mzohaibqc/less-bundle-promise"
},
"keywords": [
"less",
"less-bundle",
"less-bundle-promise",
"bunlde-less"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mzohaibqc/less-bundle-promise/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/mzohaibqc/less-bundle-promise"
},
"main": "build/index.js",
"homepage": "https://github.com/mzohaibqc/less-bundle-promise",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {},
"devDependencies": {
"ts-loader": "^4.2.0",
"typescript": "^2.8.1"
},
"bugs": {
"url": "https://github.com/mzohaibqc/less-bundle-promise/issues"
},
"scripts": {
"build": "tsc --lib es2015,dom --outDir build src/index.ts",
"predeploy": "cp package.json build/package.json && cp README.md build/README.md",
"deploy": "npm publish"
}
}