-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
34 lines (34 loc) · 908 Bytes
/
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
{
"name": "decent-messup",
"version": "1.1.0",
"description": "Mess up js in a different way.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmiaool/decent-messup.git"
},
"author": "blackmiaool",
"license": "ISC",
"bugs": {
"url": "https://github.com/blackmiaool/decent-messup/issues"
},
"homepage": "https://github.com/blackmiaool/decent-messup#readme",
"dependencies": {
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.4",
"@babel/template": "^7.4.4",
"@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.4",
"babylon": "^6.17.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^2.6.1"
}
}