forked from ScoopThemes/SevenApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1017 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": "Greplr",
"version": "0.1.13",
"lastComment": "update website",
"description": "Greplr: One app to rule them all",
"main": "app/index.html",
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.7.3"
},
"devDependencies": {
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-newer": "~1.1.1",
"grunt-este-watch": "~0.1.13",
"grunt-express": "~1.2.1",
"grunt-git": "~0.2.1",
"grunt-backup": "~0.1.1",
"grunt-ftp-deploy": "~0.1.10",
"grunt-bumpup": "~0.6.2",
"grunt-browser-sync": "~0.3.0",
"grunt-shell": "~1.1.2",
"coffee-script": "~1.9.3",
"coffee": "~1.1.0",
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"bower": "~1.4.1",
"grunt-contrib-sass": "~0.7.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Greplr/greplr.com.git"
},
"author": "Scoop Themes",
"license": "MIT"
}