-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 880 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": "angular-gcms",
"version": "0.1.6",
"description": "Use a google spreadsheet as a backend content repository",
"main": "gcms.js",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-ng-annotate": "latest",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/jlovison/angular-gcms.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlovison/angular-gcms/issues"
},
"homepage": "http://jlovison.github.io/angular-gcms/"
}