-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 847 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
{
"name": "rocket-hangar",
"version": "1.0.0",
"description": "Rust web framework, using [Rocket](https://rocket.rs), [Diesel](https://diesel.rs), and [stdweb](https://github.com/koute/stdweb)",
"main": "index.js",
"scripts": {
"start-js": "parcel -d src/assets client/assets/application.js",
"start-css": "parcel -d src/assets client/assets/application.css"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/karuna/hangar.git"
},
"keywords": [],
"author": "Karuna Murti <karuna.murti@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/karuna/hangar/issues"
},
"homepage": "https://gitlab.com/karuna/hangar#README",
"dependencies": {
"global": "^4.3.2",
"parcel-bundler": "^1.6.2"
},
"devDependencies": {
"parcel-plugin-cargo-web": "^0.1.0"
}
}