-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.5 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "time-controls",
"version": "0.0.1",
"description": "time slider and timeline controls for maps",
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/mapstory/story-tools.git"
},
"keywords": [
"time",
"timeslider",
"timeline",
"javascript"
],
"main": "./index",
"scripts": {
"test": "mocha",
"build": "gulp",
"watch": "gulp watch",
"watch-dev": "gulp watch --bundle"
},
"dependencies": {
"vis": "4.9.0",
"amdefine": ">=0.1.0"
},
"devDependencies": {
"gulp": "^3.8.5",
"gulp-connect": "2.0.6",
"proxy-middleware": "0.6.0",
"karma": "~0.12.24",
"karma-chrome-launcher": "~0.1.5",
"karma-jasmine": "~0.2",
"karma-sourcemap-loader": "~0.2",
"karma-phantomjs-launcher": "~0.1.4",
"vinyl-source-stream": "~1.0.0",
"watchify": "2.1.1",
"node-notifier": "~4.0.2",
"gulp-util": "~3.0.1",
"gulp-uglify": "~1.0.1",
"gulp-rename": "~1.2.0",
"browserify": "~6.3.3",
"karma-spec-reporter": "0.0.13",
"gulp-jshint": "~1.9.0",
"gulp-rimraf": "~0.1.1",
"gulp-angular-templatecache": "~1.4.2",
"gulp-concat": "~2.4.1",
"gulp-less": "~1.3.6",
"gulp-clean-css": "^3.0.4",
"gulp-modernizr": "^1.0.0-alpha",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-jasmine-html-reporter": "~0.1.5",
"gulp-ng-annotate": "~0.4.3",
"gulp-minify-html": "~0.1.8",
"gulp-shell": "~0.2.11",
"angular-jsdoc": "~0.3.1",
"babelify": "~6.0.0"
}
}