-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 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
45
46
47
48
49
{
"name": "@isoden/eveemi",
"version": "1.1.7",
"description": "Tiny Event Module",
"main": "lib/eveemi.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "zuul test/test.eveemi.js",
"watch": "tsc src/eveemi.ts --outDir lib --watch --module commonjs"
},
"author": {
"name": "YU ISODA",
"email": "isoda@maboroshi.biz",
"url": "http://isoden.me"
},
"repository": {
"type": "git",
"url": "https://github.com/isoden/EveEmi.git"
},
"license": "MIT",
"devDependencies": {
"babel": "^5.6.4",
"browserify": "^10.2.4",
"chai": "^3.0.0",
"del": "^1.2.0",
"gulp": "^3.8.8",
"gulp-espower": "^0.10.1",
"gulp-header": "^1.1.1",
"gulp-load-plugins": "^0.6.0",
"gulp-mocha": "^2.1.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"mocha": "^2.2.5",
"object-assign": "^3.0.0",
"power-assert": "^0.11.0",
"run-sequence": "^1.1.1",
"tsify": "^0.11.10",
"typescript": "^1.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3",
"zuul": "^3.2.0"
}
}