forked from ticketmaster-api/ticketmaster-api.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 1.23 KB
/
package.json
File metadata and controls
31 lines (30 loc) · 1.23 KB
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
{
"name": "tkm-dp",
"version": "1.0.0",
"description": "Hello",
"main": "_site/index.html",
"scripts": {
"start": "jekyll serve",
"event-discovery-widget-1.0.0-once": "babel products-and-docs/widgets/event-discovery/1.0.0/src -d products-and-docs/widgets/event-discovery/1.0.0/lib --source-maps",
"event-discovery-widget-1.0.0": "npm run event-discovery-widget-1.0.0-once -- -w",
"countdown-widget-1.0.0-once": "babel products-and-docs/widgets/countdown/1.0.0/src -d products-and-docs/widgets/countdown/1.0.0/lib --source-maps",
"countdown-widget-1.0.0": "npm run countdown-widget-1.0.0-once -- -w",
"calendar-widget-1.0.0-once": "babel products-and-docs/widgets/calendar/1.0.0/src -d products-and-docs/widgets/calendar/1.0.0/lib --source-maps",
"calendar-widget-1.0.0": "npm run calendar-widget-1.0.0-once -- -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaNKaR/rankar.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RaNKaR/rankar.github.io/issues"
},
"homepage": "https://github.com/RaNKaR/rankar.github.io#readme",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"jsdoc": "^3.4.0"
}
}