-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 926 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 926 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
32
33
34
35
36
37
{
"name": "stupidconsole",
"version": "1.0.8",
"description": "",
"main": "dist/stupid-console.js",
"files": [
"dist/stupid-console.min.css",
"dist/stupid-console.css",
"dist/stupid-console.js",
"dist/stupid-console.min.js"
],
"scripts": {
"build": "rollup -c && grunt",
"build:uikit": "cd node_modules && cd uikit && yarn && yarn scope",
"release": "release-it"
},
"author": "",
"license": "ISC",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.0",
"rollup-plugin-typescript2": "^0.17.2",
"typescript": "^3.1.3"
},
"dependencies": {
"jspanel4": "^4.2.1",
"uikit": "^3.0.0-rc.20"
},
"repository": {
"type": "git",
"url": "https://github.com/axeon-software/StupidConsole"
}
}