forked from voceconnect/voce-settings-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 856 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
{
"name": "voce-settings-api",
"description": "Voce Settings API",
"version": "0.5.3",
"repository": {
"type": "git",
"url": "[email protected]:voceconnect/voce-settings-api.git"
},
"bugs": {
"url": "https://github.com/voceconnect/voce-settings-api/issues"
},
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-coffeelint": "~0.0.13",
"grunt-contrib-coffee": "~0.11",
"grunt-contrib-compass": "~0.9",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-imagemin": "~0.8",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-uglify": "~0.5",
"grunt-contrib-watch": "~0.6",
"grunt-peon-build": "~0.1",
"grunt-peon-gui": "~1.0",
"grunt-composer": "~0.4",
"grunt-shell": "~1.1",
"matchdep": "~0.3.0"
}
}