-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 905 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "cpmeta-frontend",
"version": "0.1.0",
"private": true,
"description": "Frontend to Carbon Portal Metadata Service",
"main": "gulpfile.js",
"scripts": {
"labeling": "gulp labeling",
"metaentry": "gulp metaentry",
"sparqlclient": "gulp sparqlclient",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ICOS-Carbon-Portal/meta.git"
},
"keywords": [
"ICOS",
"Carbon",
"Portal",
"metadata"
],
"authors": [
"Oleg Mirzov",
"Roger Groth"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ICOS-Carbon-Portal/meta/issues"
},
"homepage": "https://github.com/ICOS-Carbon-Portal/meta#readme",
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^17.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"minimist": "^1.2.8",
"vinyl-source-stream": "^2.0.0"
}
}