-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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": "@hulu/quickdraw",
"version": "1.3.1",
"description": "A MVVM data binding framework designed for speed and efficiency on living room devices",
"author": "Hulu Living Room",
"scripts": {
"test": "gulp test"
},
"files": [
"lib",
"README.md"
],
"main": "lib/quickdraw.js",
"types": "lib/quickdraw.d.ts",
"devDependencies": {
"chai": "~3.4.1",
"coffee-coverage": "~0.7.0",
"coffee-script": "~1.10.0",
"del": "^2.0.2",
"growl": "^1.10.5",
"gulp": "^4.0.0",
"gulp-bump": "^3.2.0",
"gulp-coffee": "~2.3.1",
"gulp-coffee-coverage": "technogeek00/gulp-coffee-coverage",
"gulp-concat": "~2.6.0",
"gulp-header": "~1.7.1",
"gulp-mocha": "~2.1.3",
"gulp-prompt": "~0.1.2",
"gulp-rename": "~1.2.2",
"gulp-shell": "~0.5.1",
"gulp-uglify": "^1.5.4",
"jsdom": "~7.0.2",
"minimist": "~1.2.0",
"mocha": "~2.3.3",
"mocha-lcov-reporter": "1.0.0",
"mocha-multi": "~0.7.2",
"npm": "^6.0.0",
"sinon": "~1.17.2"
}
}