-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 991 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
{
"name": "g3n1us_elementary",
"version": "0.1.64",
"description": "A frontend framework.",
"repository": {
"type": "git",
"url": "https://github.com/g3n1us/g3n1us_elementary.git"
},
"main": "dist/Elementary.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack"
},
"author": "Sean Bethel",
"license": "BSD-2-Clause",
"dependencies": {
"core-js": "^3.6.5",
"es6-promise": "~3.1.2",
"g3n1us_elementary_model": "^0.1.12",
"g3n1us_helpers": "^1.0.4",
"handlebars": "^4.7.6",
"jquery": "^3.5.1",
"minify": "^4.1.3",
"navigo": "^5.2.0",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"devDependencies": {
"cryptiles": ">=4.1.2",
"mem": ">=4.0.0",
"serialize-javascript": ">=2.1.1",
"webpack": "^4.43.0",
"glob-parent": ">=5.1.2",
"node-fetch": ">=2.6.1"
},
"bin": {
"elementary_new_route": "./bin/new_route",
"elementary_publish": "./bin/publish"
}
}