-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 758 Bytes
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
{
"name": "eventable",
"version": "1.0.0",
"description": "Enhanced event support",
"main": "dist/eventable.js",
"scripts": {
"test": "karma start"
},
"author": "appleskiller",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"Karma": "^1.4.1",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-requirejs": "^1.1.0",
"karma-typescript-preprocessor": "^0.3.1",
"karma-webpack": "^2.0.2",
"lodash": "^4.17.4",
"requirejs": "^2.3.2",
"ts-loader": "^2.0.0",
"typescript": "^2.1.6",
"typings": "^2.1.0",
"webpack": "^2.2.1"
}
}