-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "angular-contentful-starter",
"version": "1.1.0",
"description": "AngularJS Contentful Starter Kit",
"devDependencies": {
"bower": "^1.8.2",
"contentful-import": "^6.1.2",
"dateformat": "^1.0.11",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.6.0",
"gulp-connect": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.2.2",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-config": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-run": "^1.6.7",
"gulp-sass": "^3.1.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.1.0",
"gulp-usemin": "^0.3.11",
"npm-check-updates": "^1.5.1",
"prompt": "^1.0.0",
"update-json": "^1.0.0",
"contentful": "^5.0.5"
},
"authors": [
"Josh Hebb <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/joshhebb/angularjs-contentful-starter",
"repository": {
"type": "git",
"url": "https://github.com/joshhebb/angularjs-contentful-starter"
},
"scripts": {
"build": "gulp build",
"contentful-import": "node bin/contentful-export-import.js && gulp build",
"dev": "gulp dev",
"init": "npm install && bower install && node bin/contentful-export-import.js && gulp build",
"start": "gulp",
"update": "gulp update"
},
"main": "index.html",
"dependencies": {},
"config": {
"contentfulConfigurations": {
"spaceId": "",
"accessToken": ""
}
}
}