-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
80 lines (80 loc) · 2.51 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "angular-foundation-6",
"version": "0.11.22",
"homepage": "http://circlingthesun.github.io/angular-foundation-6/",
"main": "dist/angular-foundation.js",
"repository": {
"type": "git",
"url": "git://github.com/circlingthesun/angular-foundation-6.git"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.4",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.11.2",
"connect-history-api-fallback": "^1.2.0",
"foundation-sites": "^6.4.3",
"glob-expand": "^0.1.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^1.0.0",
"gulp-changed": "^1.3.0",
"gulp-chmod": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-eslint": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ngdocs": "^0.2.13",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-template": "^3.1.0",
"gulp-uglify": "^1.5.1",
"helmet-csp": "^2.5.1",
"highlight.js": "^9.2.0",
"jasmine-core": "^2.4.1",
"jspm": "^0.16.19",
"karma": "~0.13.6",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-generic-preprocessor": "^1.1.0",
"karma-jasmine": "~0.3.6",
"karma-jspm": "^2.0.2",
"lodash": "^4.0.0",
"marked": "^0.3.5",
"merge-stream": "^1.0.0",
"motion-ui": "^1.2.2",
"run-sequence": "^1.1.5",
"semver": "~5.4.1",
"shelljs": "~0.2.0",
"streamqueue": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.31.0"
},
"license": "MIT",
"jspmNodeConversion": false,
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@~1.5.10",
"angular-animate": "github:angular/bower-angular-animate@~1.5.10",
"angular-touch": "github:angular/bower-angular-touch@~1.5.10"
},
"devDependencies": {
"angular-legacy": "github:angular/bower-angular@~1.5.10",
"angular-mocks": "github:angular/bower-angular-mocks@~1.5.10",
"angular-mocks-legacy": "github:angular/bower-angular-mocks@~1.5.10",
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"dependencies": {}
}