-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 851 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
38
39
40
41
{
"name": "cameronjs",
"description": "CameronJS: A simple framework for awesome apps",
"author": {
"name": "Rob Cameron",
"email": "[email protected]",
"url": "https://ridingthecluch.com"
},
"homepage": "https://cameronjs.com",
"license": "MIT",
"version": "0.5.5",
"dependencies": {
"cameronjs-html-webpack-plugin": "^0.4.0",
"replace-in-file": "^4.1.3",
"yargs": "^14.0.0"
},
"bin": {
"cameronjs": "./cli.js"
},
"bugs": {
"url": "https://github.com/cannikin/cameronjs/issues"
},
"keywords": [
"framework",
"cameron",
"cameronjs",
"html",
"stimulus",
"stimulusjs",
"tailwind",
"tailwindcss",
"html",
"easy",
"beginner",
"netlify"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cannikin/cameronjs.git"
}
}