-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "riot-ani-search",
"version": "1.1.1",
"description": "Lightweight riot.js tag for searching for anime using anilist's api.",
"main": "dist/riot-ani-search.js",
"scripts": {
"build": "node_modules/.bin/riot src/riot-ani-search.tag dist/riot-ani-search.js --compact",
"lint": "node_modules/.bin/eslint src/**.js",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neetjn/riot-ani-search.git"
},
"keywords": [
"riot",
"riotjs",
"tag",
"component"
],
"author": "John Nolette",
"license": "MIT",
"bugs": {
"url": "https://github.com/neetjn/riot-ani-search/issues"
},
"homepage": "https://github.com/neetjn/riot-ani-search#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"eslint": "4.1.1",
"eslint-loader": "1.6.1",
"eslint-plugin-riot": "^0.1.7",
"riot": "^3.7.4"
}
}