-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 993 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
38
39
{
"name": "md5-webworker",
"version": "0.0.5",
"description": "",
"main": "dist/commonjs/src/index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test",
"build": "./node_modules/.bin/gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"file-worker": "0.0.13"
},
"repository": {
"type": "git",
"url": "https://github.com/imdreamrunner/md5-webworker"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-amdclean": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-typescript": "^3.1.5",
"gulp-uglify": "^2.1.0",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"merge2": "^1.0.3",
"spark-md5": "^3.0.0",
"typescript": "^2.2.1"
}
}