UNPKG

992 BJSONView Raw
1{
2 "name": "@moonwalker/orbit-ui",
3 "version": "1.14.12",
4 "description": "UI components library",
5 "keywords": [
6 "css",
7 "components"
8 ],
9 "homepage": "https://github.com/moonwalker/orbit",
10 "repository": "moonwalker/orbit",
11 "author": "Vio <vio@moonwalker.tech>",
12 "license": "MIT",
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "prebuild": "npm run lint && npm run test",
18 "build": "rm -fr dist && gulp compile && gulp minimize",
19 "prelint": "gulp compile",
20 "lint": "../../node_modules/.bin/stylelint dist",
21 "start": "gulp serve",
22 "test": "echo \"Error: no test specified\" && exit 0"
23 },
24 "devDependencies": {
25 "@moonwalker/orbit-ui-stylus": "^1.14.12",
26 "autoprefixer": "9.7.4",
27 "cssnano": "4.1.10",
28 "gulp": "4.0.2",
29 "gulp-postcss": "8.0.0",
30 "gulp-print": "5.0.2",
31 "gulp-rename": "2.0.0",
32 "gulp-stylus": "2.7.0",
33 "stylus": "0.54.7"
34 },
35 "gitHead": "62fd8280bf7bc22fd7e462efd3e11986c79a97be"
36}