-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
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
40
41
42
43
44
{
"name": "windowsession",
"version": "1.0.0",
"description": "浏览器页面之间数据传递以及事件监听调用",
"main": "index.js",
"dependencies": {
"karma": "^1.3.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"browser-sync": "^2.14.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.4",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^1.2.0",
"gulp-imagemin": "^2.4.0",
"jasmine-core": "^2.5.2",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"rimraf": "^2.4.3"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yangsaipp/WindowSession.git"
},
"keywords": [
"window",
"session"
],
"author": "yangsai",
"license": "ISC",
"bugs": {
"url": "https://github.com/yangsaipp/WindowSession/issues"
},
"homepage": "https://github.com/yangsaipp/WindowSession#readme"
}