-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "babel-runtime-amd",
"version": "1.1.3",
"description": "An AMD version of the babel-runtime",
"repository": {
"type": "git",
"url": "https://github.com/bennieswart/babel-runtime-amd"
},
"keywords": [
"babel-runtime",
"reqiurejs",
"amd"
],
"author": "Bennie Swart <bennieswart@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bennieswart/babel-runtime-amd/issues"
},
"homepage": "https://github.com/bennieswart/babel-runtime-amd#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/runtime": "^7.2.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"core-js": "^2.5.3",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"regenerator-runtime": "^0.11.1",
"requirejs": "^2.3.5",
"uglify-js": "^3.3.7"
}
}