forked from moov2/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 856 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 856 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
{
"name": "moov2-website",
"version": "0.1.0",
"description": "Website for Moov2.",
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-compress": "0.13.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-symlink": "git://github.com/peterkeating/grunt-contrib-symlink.git#53a26bd3d5a8266d04b909ff4b1c434cbd975afb",
"grunt-msbuild": "^0.4.4",
"grunt-msdeploy": "git://github.com/peterkeating/grunt-msdeploy.git#98ce22bafaf9e4bd7df9a409dfdbe0b9ce1d1777",
"grunt-orchard-development": "0.6.2",
"grunt-shell": "^1.3.0",
"grunt-string-replace": "1.2.1",
"grunt-xdt": "^0.1.1",
"load-grunt-tasks": "3.3.0"
},
"scripts": {
"install": "grunt setup"
},
"repository": {
"url": "git@github.com:moov2/website.git",
"type": "git"
},
"author": "Moov2 Ltd"
}