-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 920 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 920 Bytes
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
{
"name": "random-stream",
"version": "0.2.5",
"main": "index.js",
"repository": "git@github.com:wekaco/random-stream.github.io.git",
"author": "Dmtrs We Flaco <dmtrsflacor@gmail.com>",
"license": "MIT",
"scripts": {
"test": "node ./test/**/*.spec.js",
"build": "./node_modules/.bin/rollup -c",
"watch": "./node_modules/.bin/rollup -c -w 'src/**'",
"serve": "./node_modules/.bin/lr-http-server"
},
"devDependencies": {
"@gradient-js/css": "^1.1.0",
"lr-http-server": "^0.1.5",
"nanobar": "^0.4.2",
"riot": "^4.7.2",
"rollup": "^1.27.14",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-riot": "^4.0.0",
"rollup-plugin-terser": "^5.1.3",
"tape": "^4.12.1"
},
"dependencies": {
"colorthief": "^2.3.0"
}
}