-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 938 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
33
34
35
36
37
38
39
{
"name": "hlf-dom-extensions",
"version": "0.4.0",
"description": "DOM extensions for quality UI, without hard dependencies.",
"main": "dist/hlf-dom-extensions.js",
"files": [
"dist/*"
],
"keywords": [
"extensions",
"components",
"tooltip",
"cards"
],
"author": "Peng Wang <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hlfcoding/hlf-dom-extensions"
},
"devDependencies": {
"grunt": "^1.0",
"grunt-bump": "^0.8",
"grunt-contrib-clean": "^1.0",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-watch": "^1.0",
"grunt-gh-pages": "^2.0",
"grunt-groc": "^0.7",
"grunt-markdown": "^0.7",
"grunt-newer": "^1.0",
"grunt-stripcomments": "^0.7",
"hlf-css": "^0.2",
"matchdep": "^2.0",
"merlot": "^0.1",
"qunitjs": "^2.4",
"requirejs": "^2.3"
}
}