-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 984 Bytes
/
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
{
"name": "timeline-standalone",
"version": "1.0.0",
"description": "Simile timeline without the ajax api and with improvements",
"main": "simile-ajax-api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Lab21k/timeline-sample-standalone.git"
},
"keywords": [
"simile-timeline",
"timeline"
],
"author": "André Abadesso & Felipe Morais",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lab21k/timeline-sample-standalone/issues"
},
"homepage": "https://github.com/Lab21k/timeline-sample-standalone",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"grunt-contrib-uglify": "^0.8.0"
}
}