-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 610 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 610 Bytes
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
{
"name": "easy-jsonp",
"version": "1.2.2",
"description": "A Promisable JSONP implementation",
"main": "./dist/jsonp.js",
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p"
},
"keywords": [
"jsonp"
],
"author": "leeseean chiu",
"license": "ISC",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "6.26.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
},
"babel": {
"presets": [
"es2015"
]
}
}