-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.27 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
54
55
{
"private": true,
"name": "",
"version": "0.0.0",
"description": "",
"license": "",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/google-summer-of-code/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/google-summer-of-code/graphs/contributors"
}
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
},
"main": "",
"directories": {},
"scripts": {},
"homepage": "https://github.com/stdlib-js/google-summer-of-code",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/google-summer-of-code.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/google-summer-of-code/issues"
},
"devDependencies": {
"@stdlib/fs-read-file": "^0.2.1",
"@stdlib/fs-write-file": "^0.2.1",
"@stdlib/process-env": "^0.2.1",
"@stdlib/regexp-eol": "^0.2.1",
"@stdlib/string-base-snakecase": "^0.2.1",
"@stdlib/string-trim": "^0.2.1",
"mkdirp": "^0.5.1",
"mustache": "^4.0.0"
},
"keywords": [
"stdlib",
"stdlib-js",
"stdlib.js",
"js-stdlib",
"stdlibjs",
"standard",
"std",
"library",
"lib",
"libstd",
"gsoc"
]
}