blob: 778b5e6abed5a389edecb11bb029053ca006c56e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "scripts",
"version": "1.0.0",
"description": "javascript for aite",
"main": "common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "luxagraf",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1"
}
}
|