-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 946 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
{
"name": "d3-wordcloud",
"version": "1.0.0",
"description": "Wordcloud made with the d3 cloud.layout plugin and the lastfm api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github.com/CountNick.git"
},
"keywords": [
"black",
"metal",
"darkthrone"
],
"author": "Nick Meijer",
"license": "ISC",
"bugs": {
"url": "https://github.com/github.com/CountNick/issues"
},
"homepage": "https://github.com/github.com/CountNick#readme",
"dependencies": {
"dotenv": "^8.2.0",
"rollup-plugin-inject-env": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"rollup": "^1.10.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}