-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1007 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
36
37
38
39
{
"name": "TGIdeas-Presentations",
"version": "1.0.0",
"title":"TGIdeas - FE-Tech Presentations",
"keywords": "HTML, CSS, JS, JavaScript, Framework, Webppt, Slideshare, Presentations",
"description": "Web Front-end Technology Presentations ",
"repository": "git://github.com/tgideas/share.git",
"homepage": "http://tgideas.github.io/share",
"author": {
"name": "LV",
"site": "http://faso.me"
},
"license": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-concat": "*",
"grunt-contrib-watch": "*",
"grunt-concat-css": "*",
"grunt-css": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-imagemin": "*",
"grunt-concurrent": "*",
"grunt-contrib-copy": "*",
"load-grunt-config": "*",
"grunt-newer": "*",
"grunt-contrib-less": "~0.11.0",
"grunt-replace":"*",
"connect":"*",
"serve-static":"*",
"grunt-contrib-connect":"*"
},
"dependencies": {
"time-grunt": "*"
}
}