-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 KB
/
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
40
{
"name": "es6-weakmap",
"version": "0.0.1",
"description": "A WeakMap polyfill written in TypeScript, unit tested using Jasmine and Karma.",
"author": "Brenden Palmer <hello@brendenpalmer.com>",
"contributors": [
{
"name": "Brenden Palmer",
"email": "brendenpalmer@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/brendenpalmer/weakmap"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-iife": "^0.2.4",
"gulp-sequence": "^0.4.4",
"gulp-tslint": "^4.3.1",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-threshold-reporter": "^0.1.15",
"phantomjs-prebuilt": "^2.1.3",
"tslint": "^3.3.0",
"typescript": "^1.7.5"
},
"license": "MIT"
}