forked from chinakids/Art-Reactor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 862 Bytes
/
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
{
"name": "Art-Reactor",
"version": "3.7.9",
"description": "一个基于字体的适量图标库,团队内部积累用",
"main": "dist/art-reactor.min.css",
"repository": {
"type": "git",
"url": "https://github.com/chinakids/Art-Reactor.git"
},
"keywords": [
"font-face",
"字体图标",
"矢量图标"
],
"author": [
"chinakids <494063570@qq.com>",
"hudiesu <zx84829759@163.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chinakids/Font-Reactor/issues"
},
"homepage": "https://github.com/chinakids/Font-Reactor",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-art-reactor": "git+https://github.com/lh2907883/grunt-art-reactor.git",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
}
}