-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "soca",
"version": "0.0.1",
"description": "Admin responsive template built using Yeoman, Grunt, Bower, HTML5, CSS3 and jQuery.",
"main": "Gruntfile.js",
"dependencies": {
"assemble": "~0.4.37",
"connect-livereload": "~0.3.2",
"grunt": "~0.4.4",
"grunt-cdnify": "^1.0.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-html-build": "^0.5.3",
"grunt-open": "~0.2.3",
"handlebars-helper-partial": "0.1.3",
"load-grunt-tasks": "~0.2.0",
"matchdep": "~0.3.0",
"nvm": "~0.0.3",
"time-grunt": "~0.2.0"
},
"devDependencies": {},
"keywords": [
"handlebars-helper-partial"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jellyfishboy/soca.git"
},
"author": "Tom Dallimore <tom.alan.dallimore@googlemail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "243e8f617c99006b9be3a84e07f38963ffe09921"
}