forked from hexplus/orcid-api-walkthrough
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "orcid-hackathon-2015",
"version": "0.0.1",
"description": "A walkthrough page that will show you how the orcid api works and how you can interact with it",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-cache": "^0.2.9",
"gulp-concat": "^2.5.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.0",
"gulp-ruby-sass": "^1.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"ejs": "^1.0.0",
"nodelint": "^0.6.2",
"simple-oauth2": "[email protected]:ORCID/simple-oauth2.git"
},
"devDependencies": {
"connect-livereload": "^0.5.3",
"express": "^4.12.4",
"gulp": "^3.8.11",
"tiny-lr": "^0.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexplus/orcid-api-walkthrough.git"
},
"keywords": [
"orcid",
"hackaton",
"code-fest",
"barcelona"
],
"author": "Fran Ramirez, Angel Montenegro, Liz Krznarich",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexplus/orcid-api-walkthrough/issues"
},
"homepage": "https://github.com/hexplus/orcid-api-walkthrough#readme"
}