forked from mozillahispano/openwapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 819 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
{
"name": "OpenWapp",
"version": "1.7.0-rc1",
"repository": {
"type": "git",
"url": "https://github.com/mozillahispano/openwapp.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-handlebars": "~0.9.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-coverjs": "git://github.com/hull/grunt-coverjs.git",
"grunt-mocha": "~0.4.11",
"grunt-open": "~0.2.3",
"grunt-regarde": "~0.1.1",
"grunt-requirejs": "~0.4.2",
"grunt-shell": "~1.1.1",
"grunt-string-replace": "~1.0.0",
"matchdep": "~0.3.0"
},
"engines": {
"node": ">=0.10.0"
}
}