-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.14 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
41
42
43
44
45
46
47
{
"name": "dashling",
"version": "2.0.4",
"homepage": "http://dzearing.github.io/dashling",
"author": {
"name": "David Zearing",
"email": "[email protected]",
"url": "http://dzearing.github.io/dashling"
},
"repository": {
"type": "git",
"url": "git://github.com/dzearing/dashling.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dzearing/dashling/blob/gh-pages/LICENSE"
}
],
"scripts": {
"test": "gulp",
"test2": "gulp covertest"
},
"devDependencies": {
"browserify": "^11.0.1",
"gulp": "^3.5.5",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.1.7",
"gulp-coveralls": "^0.1.2",
"gulp-jshint": "^1.5.3",
"gulp-karma": "0.0.4",
"gulp-rename": "^1.2.0",
"gulp-typescript": "^2.8.0",
"gulp-uglify": "^0.2.1",
"jshint-stylish": "^0.1.5",
"karma": "^0.12.3",
"karma-coverage": "^0.2.1",
"karma-phantomjs-launcher": "0.1.2",
"karma-qunit": "^0.1.1",
"merge2": "^0.3.6",
"typescript": "~1.5.0",
"phantomjs": "^1.9.7-3",
"qunitjs": "~1.14.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}