-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 922 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
35
36
37
{
"name": "swipe",
"version": "0.0.1",
"description": "",
"main": "swipe.js",
"scripts": {
"test": "mkdir -p test && cp js/jquery-2.2.3.min.js test/ && npm run run-test",
"babel": "gulp babel",
"babel2": "gulp babel2",
"babel3": "gulp babel3",
"babeltest": "gulp babeltest",
"build": "gulp build",
"default": "gulp default",
"run-test": "gulp run-test",
"wtest": "gulp wtest",
"watch": "gulp watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-plugin-add-module-exports": "^1.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^6.0.0",
"gulp-uglify": "^3.0.1",
"webpack": "^4.20.2",
"webpack-stream": "^5.1.1"
},
"dependencies": {
"chai": "^4.2.0",
"jsdom": "^12.0.0"
}
}