forked from neocotic/yourls-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "yourls-api",
"version": "2.1.0",
"description": "Bindings for the YOURLS API",
"homepage": "https://github.com/neocotic/yourls-api",
"bugs": {
"url": "https://github.com/neocotic/yourls-api/issues"
},
"author": {
"name": "Alasdair Mercer",
"email": "[email protected]",
"url": "https://neocotic.com"
},
"license": "MIT",
"keywords": [
"yourls",
"url",
"shortener",
"api",
"json",
"jsonp"
],
"repository": {
"type": "git",
"url": "https://github.com/neocotic/yourls-api.git"
},
"devDependencies": {
"eslint-config-skelp": "^0.1.5",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-rollup": "^1.0.1",
"load-grunt-tasks": "^3.5.2",
"oopsy": "^0.2.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1"
},
"main": "dist/yourls.js",
"browser": "dist/yourls.js",
"jsnext:main": "src/yourls.js",
"scripts": {
"build": "grunt build",
"ci": "grunt ci",
"test": "grunt test"
}
}