We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab4fa9 commit 0186f3aCopy full SHA for 0186f3a
package.json
@@ -16,17 +16,17 @@
16
"scripts": {
17
"build": "gulp build"
18
},
19
- "dependencies": {
20
- "angular": "^1.5.6",
21
- "moment": "^2.13.0"
22
- },
23
"devDependencies": {
24
"gulp": "^3.9.1",
25
"gulp-angular-embed-templates": "^2.2.0",
26
"gulp-concat": "^2.6.0",
27
"gulp-cssnano": "^2.1.2",
28
"gulp-uglify": "^1.5.3"
29
+ "peerDependencies": {
+ "moment": "^2.13.0",
+ "angular": "^1.5.6"
+ },
30
"keywords": [
31
"angular",
32
"angularjs",
0 commit comments