-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
49 lines (49 loc) · 1.14 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
44
45
46
47
48
49
{
"name": "hotbox",
"title": "Hot Box UI",
"description": "Efficiency And Flexible Editor UI",
"version": "1.0.15",
"homepage": "https://github.com/fex-team/hotbox",
"author": {
"name": "Baidu FEX",
"url": "https://github.com/fex-team"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/hotbox.git"
},
"keywords": [
"ui",
"hotbox",
"efficiency",
"flexible",
"javascript",
"library"
],
"bugs": {
"url": "https://github.com/fex-team/hotbox/issues"
},
"main": "src/mog.js",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/fex-team/hotbox/blob/dev/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-module-dependence": "~0.2.0",
"grunt-replace": "^0.8.0",
"less": "~2.1.1",
"watch": "~0.13.0"
},
"scripts": {
"watch-less": "watch \"lessc --source-map less/hotbox.less hotbox.css\" \"less\""
}
}