-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
44 lines (44 loc) · 982 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
40
41
42
43
44
{
"name": "arrow-js",
"version": "0.1.9",
"title": "arrow-js",
"description": "Arrow is a small JavaScript library for displaying a cross-browser downloads arrow.",
"author": {
"name": "Petar Bojinov",
"url": "https://petarbojinov.com",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/pbojinov/arrow-js.git"
},
"keywords": [
"download",
"arrow",
"cross-browser",
"micro library"
],
"bugs": {
"url": "https://github.com/pbojinov/arrow-js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pbojinov/arrow-js/blob/master/LICENSE"
}
],
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4.1",
"bower": "~1.1.2",
"grunt-notify": "~0.2.7",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-jshint": "~0.6.4",
"matchdep": "~0.1.2"
},
"engines": {
"node": ">=0.10.17",
"npm": ">=1.3.8"
}
}