-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 935 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": "theory-of-concurrency",
"version": "1.0.0",
"description": "theory-of-concurrency",
"main": "index.js",
"scripts": {
"test": "echo \"No tests available for this project\" && exit 0",
"build_lab6": "node lab06/task1a/task1a.js && node lab06/task1b/task1b.js && node lab06/task2/task2.js && node lab06/test_program/test_program.js",
"build_lab7": "node lab07/naive_and_asym.js && node lab07/waiter.js",
"build": "npm run build_lab6 && npm run build_lab7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakubowiczish/theory-of-concurrency.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jakubowiczish/theory-of-concurrency/issues"
},
"homepage": "https://github.com/jakubowiczish/theory-of-concurrency#readme",
"dependencies": {
"async": "^3.1.0",
"babel": "^6.23.0"
},
"devDependencies": {},
"keywords": []
}