-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "fc2016_ht2_babel",
"version": "1.0.0",
"description": "hometask #2 for frontcamp2016",
"main": "index.js",
"scripts": {
"build": "babel app/js -d lib",
"watch": "babel app/js -d lib -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agrakovich/fc2016_ht2_babel.git"
},
"keywords": [
"babel",
"newsapi",
"frontcamp"
],
"author": "Andrei Hrakovich",
"license": "ISC",
"bugs": {
"url": "https://github.com/agrakovich/fc2016_ht2_babel/issues"
},
"homepage": "https://github.com/agrakovich/fc2016_ht2_babel#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-proxy": "^1.1.0",
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babylon": "^6.14.1",
"requirejs": "^2.3.2"
},
"dependencies": {
"es6-promise-polyfill": "^1.2.0",
"proxy-polyfill": "^0.1.6",
"whatwg-fetch": "^2.0.0"
}
}