forked from datanews/tik-tok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.82 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "tik-tok",
"version": "0.1.1",
"description": "Tik Tok is a Javascript tool to easily create beautiful, simple, mobile-friendly, vertical timelines.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/datanews/tik-tok.git"
},
"keywords": [
"timeline"
],
"author": {
"name": "Alan Palazzolo",
"email": "[email protected]",
"url": "http://wnyc.org"
},
"contributors": [
{
"name": "Noah Veltman",
"email": "[email protected]",
"url": "http://wnyc.org"
},
{
"name": "Chris Keller",
"email": "[email protected]",
"url": "http://scpr.org"
},
{
"name": "John Keefe",
"email": "[email protected]",
"url": "http://wnyc.org"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/datanews/tik-tok/issues"
},
"homepage": "https://github.com/datanews/tik-tok",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.0",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.0",
"gulp-recess": "^1.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.35",
"karma-chrome-launcher": "^0.1.12",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sauce-launcher": "^0.2.11",
"less": "^2.5.0",
"mocha": "^2.2.4",
"phantomjs": "^1.9.17",
"sauce-connect-launcher": "^0.11.1",
"saucelabs": "^0.1.1"
},
"dependencies": {
"moment": "^2.10.2",
"underscore": "^1.8.3"
}
}