-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "workfolio",
"version": "1.0.0",
"description": "Personal portofolio showcase",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dimorphic/workfolio.git"
},
"keywords": [
"work",
"portofolio",
"showcase"
],
"author": "Sabin Tudor",
"license": "WTF",
"bugs": {
"url": "https://github.com/dimorphic/workfolio/issues"
},
"homepage": "https://github.com/dimorphic/workfolio",
"devDependencies": {
"connect-livereload": "0.4.0",
"grunt": "0.4.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compass": "~0.7.x",
"grunt-contrib-concat": "0.4.x",
"grunt-contrib-connect": "0.7.x",
"grunt-contrib-copy": "0.5.x",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-sass": "0.7.x",
"grunt-contrib-uglify": "0.4.x",
"grunt-contrib-watch": "0.6.x",
"grunt-extend-config": "0.9.2",
"grunt-notify": "0.3.0",
"grunt-open": "0.2.3",
"grunt-usemin": "3.0.0",
"time-grunt": "0.3.1"
}
}