-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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": "ui-brand-heha",
"version": "1.0.1",
"description": "HEHA! Theme styles",
"main": "src/theme/theme.less",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run example",
"example": "npm run example:less && npm run example:serve & npm run example:watch & npm run example:livereload",
"example:less": "lessc example/app.less example/app.css",
"example:serve": "open http://localhost:3000; serve example/",
"example:watch": "watchy -w src/,example/app.less -- npm run example:less",
"example:livereload": "livereload example/"
},
"repository": {
"type": "git",
"url": "https://github.com/holidayextras/ui-brand-heha.git"
},
"keywords": [
"theme",
"brand",
"less"
],
"author": "[email protected]",
"license": "None",
"bugs": {
"url": "https://github.com/holidayextras/ui-brand-heha/issues"
},
"homepage": "https://github.com/holidayextras/ui-brand-heha",
"devDependencies": {
"bootstrap": "^3.3.6",
"less": "^2.5.3",
"livereload": "^0.4.0",
"serve": "^1.4.0",
"ui-toolkit": "holidayextras/ui-toolkit#0.26.4",
"watchy": "^0.6.5"
}
}