-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.59 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.59 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "angular-snipcart",
"version": "0.3.0",
"description": "Snipcart Javascript API integration for AngularJS",
"main": "src/snipcart.js",
"repository": {
"type": "git",
"url": "http://github.com/icilalune/angular-snipcart"
},
"keywords": [
"angular",
"snipcart"
],
"engines": {
"node": "*"
},
"devEngines": {
"node": ">=6.9",
"npm": ">=3"
},
"scripts": {
"lint": "grunt lint",
"compile": "grunt compile",
"build": "grunt build"
},
"author": {
"name": "Simon Morvan",
"email": "simon@icilalune.com"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/icilalune/angular-snipcart/issues"
},
"devDependencies": {
"adm-zip": "^0.4.7",
"bower": "^1.7.9",
"grunt": "~1.0.1",
"grunt-bower-install-simple": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-file-append": "0.0.6",
"grunt-ng-annotate": "^3.0.0",
"grunt-ngdocs": "~0.2.5",
"grunt-parallel": "^0.5.1",
"grunt-umd": "^2.3.3",
"grunt-version": "^1.0.0",
"inquirer": "^3.0.1",
"load-grunt-tasks": "^3.4.1",
"method-override": "^2.3.7",
"morgan": "^1.8.0",
"multer": "^1.3.0",
"publish-release": "^1.3.3",
"pug": "^2.0.0-beta11",
"tar.gz": "^1.0.5"
},
"dependencies": {
"angular": ">=1.2.26 <=1.6"
}
}