UNPKG

935 BJSONView Raw
1{
2 "name": "curvature",
3 "version": "0.0.68-h",
4 "author": "Sean Morris <curvature@seanmorr.is> (https://seanmorr.is)",
5 "license": "Apache-2.0",
6 "repository": "https://github.com/seanmorris/curvature-2",
7 "devDependencies": {
8 "@babel/cli": "^7.13.14",
9 "@babel/core": "^7.13.14",
10 "@babel/plugin-proposal-class-properties": "^7.13.0",
11 "@babel/preset-env": "^7.13.12",
12 "auto-reload-brunch": "^2",
13 "babel-brunch": "^7.0.1",
14 "babel-minify": "^0.5.1",
15 "babel-plugin-macros": "^3.1.0",
16 "brunch": "^3",
17 "clean-css-brunch": "^3",
18 "cv3-test": "^0.0.14",
19 "pobot": "^0.0.10",
20 "raw-brunch": "^1.0.2",
21 "rawquire": "^0.0.1",
22 "uglify-es-brunch": "^1"
23 },
24 "files": [
25 "dist/curvature.js",
26 "access/*",
27 "animate/*",
28 "animate/ease/*",
29 "base/*",
30 "form/multifield/*",
31 "form/*",
32 "input/*",
33 "mixin/*",
34 "model/*",
35 "net/*",
36 "service/*",
37 "strings/*",
38 "tag/*",
39 "toast/*",
40 "LICENSE",
41 "NOTICE"
42 ]
43}