-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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": "youtube-calendar",
"version": "1.0.0",
"description": "One Does YouTube Calendar app",
"main": false,
"repository": {
"type": "git",
"url": "https://github.com/onedoes/youtube-calendar.git"
},
"author": "OneDoes",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/onedoes/youtube-calendar/issues"
},
"homepage": "https://github.com/onedoes/youtube-calendar",
"devDependencies": {
"babel-core": "^5.8.20",
"babel-runtime": "^5.8.20",
"browser-sync": "^2.8.2",
"chokidar": "^1.0.5",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^5.2.0",
"gulp-inject": "^1.5.0",
"gulp-sass": "^2.0.4",
"hide-stack-frames-from": "^1.0.0",
"jspm": "^0.15.7",
"lodash.debounce": "^3.1.1",
"promised-del": "^1.0.2",
"systemjs-builder": "^0.10.6"
},
"scripts": {
"postinstall": "jspm install",
"start": "gulp"
},
"jspm": {
"directories": {},
"configFile": "jspm.config.js",
"dependencies": {
"angular2": "npm:[email protected]",
"css": "npm:jspm-loader-css-modules@^0.1.2",
"css-global": "npm:jspm-loader-css@^0.1.6",
"jspm-loader-css": "npm:[email protected]",
"reflect-metadata": "npm:reflect-metadata@^0.1.0",
"text": "github:systemjs/plugin-text@^0.0.2",
"zone.js": "npm:zone.js@^0.5.1"
},
"devDependencies": {
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:core-js@^0.9.4"
}
}
}