-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.15 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "watch-complexity",
"version": "0.1.1",
"description": "Artificial Intelligence from experimental research on computational social science.",
"license": "MIT",
"main": "index.js",
"keywords": [
"AI",
"artificialintelligence",
"artificial intelligence",
"social science",
"socialscience",
"communication science",
"machine learning",
"ML",
"data science",
"datascience",
"humanities",
"research",
"computational social science"
],
"author": "davidemiceli",
"repository": {
"type": "git",
"url": "git+https://github.com/davidemiceli/watch-complexity.git"
},
"files": [
"index.js",
"algorithms",
"libs",
"test"
],
"bugs": {
"url": "https://github.com/davidemiceli/watch-complexity/issues"
},
"maintainers": [
"davidemiceli"
],
"homepage": "https://davidemiceli.github.io/watch-complexity",
"directories": {
"algorithms": "algorithms",
"libs": "libs",
"test": "test"
},
"scripts": {
"test": "nyc mocha test --recursive --full-trace"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
}
}