-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 847 Bytes
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
{
"name": "ritley-lib",
"version": "2.0.1",
"description": "<p align=\"center\"> <a><img src=\"https://i.imgur.com/6BKD8jW.png\"></a> <h2>Ritley JS</h2> </p>",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "npm run build:core; npm run build:decorators; npm run build:adapter",
"build:core": "cd core; npm run build",
"build:decorators": "cd decorators; npm run build",
"build:adapter": "cd standalone-adapter; npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k1r0s/ritley.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/k1r0s/ritley/issues"
},
"homepage": "https://github.com/k1r0s/ritley#readme",
"devDependencies": {
"mocha": "^5.2.0",
"sinon": "^6.1.5"
},
"dependencies": {}
}