-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"name": "simple-vertical-timeline",
"version": "0.1.0",
"description": "Simple Vertical Timeline is a simple plugin that allow you to create a timeline in your Article or Page.",
"repository": {
"type": "git",
"url": "git+https://github.com/Odyno/simple-vertical-timeline.git"
},
"sandbox": {
"dir": "/Users/astaniscia/WorkspacePrivato/Wordpress/wordpress_sandbox/site/wp-content/plugins/simple-vertical-timeline"
},
"scripts": {
"prestart": "npm install",
"start": "grunt dev",
"finalize": "grunt publish"
},
"keywords": [
"simple",
"vertical",
"time",
"line"
],
"author": "Odyno ([email protected])",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Odyno/simple-vertical-timeline/issues"
},
"homepage": "https://github.com/Odyno/simple-vertical-timeline#readme",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-pot": "^0.3.0",
"grunt-replace": "^1.0.1",
"grunt-sync": "^0.6.2"
}
}