-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 839 Bytes
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
{
"name": "Bondy",
"version": "0.0.3",
"lastComment": "updates",
"description": "Free One Page Bootstrap Template",
"main": "app/index.php",
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.7.3"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-newer": "~0.5.4",
"grunt-este-watch": "~0.1.13",
"grunt-express": "~1.2.1",
"grunt-git": "~0.2.1",
"grunt-backup": "~0.1.0",
"grunt-ftp-deploy": "0.0.10",
"grunt-bumpup": "~0.4.2",
"grunt-browser-sync": "~0.3.0",
"grunt-shell": "~0.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ScoopThemes/Bondy.git"
},
"author": "ScoopThemes",
"license": "MIT"
}