-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
57 lines (56 loc) · 1.53 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
{
"name": "angular-timeline",
"description": "An Angular.js directive that generates a responsive, data-driven vertical timeline to tell a story, show history or describe a sequence of events.",
"homepage": "https://github.com/rpocklin/angular-timeline",
"author": "Robert Pocklington <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/rpocklin/angular-timeline.git"
},
"main": "./dist/angular-timeline.js",
"keywords": [
"angular",
"timeline",
"history",
"events",
"list",
"responsive",
"bootstrap"
],
"version": "1.7.0",
"license": "MIT",
"dependencies": {
"angular": "^1.3.15"
},
"devDependencies": {
"grunt": "~1.0.0",
"grunt-autoprefixer": "~3.0.4",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsbeautifier": "~0.2.11",
"grunt-karma": "~0.12.2",
"grunt-karma-coveralls": "~2.5.0",
"grunt-ngdocs": "^0.2.9",
"grunt-sass": "^1.1.0",
"jshint-stylish": "~2.1.0",
"jasmine-core": "~2.4.1",
"karma": "~0.13.22",
"karma-coverage": "~0.5.4",
"karma-jasmine": "~0.3.8",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "~3.5.0",
"phantomjs-prebuilt": "~2.1.7",
"time-grunt": "~1.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt"
}
}