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
|
{
"name": "foundation-apps",
"version": "1.1.0",
"main": [
"dist/css/foundation-apps.css",
"dist/js/foundation-apps.js"
],
"dependencies": {
"viewport-units-buggyfill": "~0.4.1",
"tether": "~0.6.5",
"fastclick": "~1.0.3",
"angular": "~1.3.4",
"angular-ui-router": "~0.2.12",
"angular-animate": "~1.3.4",
"hammerjs": "~2.0.4"
},
"homepage": "https://github.com/zurb/foundation-apps",
"description": "A responsive, Angular-powered framework for web apps from ZURB.",
"keywords": [
"web apps",
"responsive design",
"angular"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"build",
"docs",
"node_modules",
"tests",
"CONTRIBUTING.md",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"karma.conf.js",
"package.json",
"scss/_includes.scss"
],
"devDependencies": {
"angular-mocks": "~1.3.4",
"angular-highlightjs": "~0.3.2",
"allmighty-autocomplete": "*",
"marked": "~0.3.2",
"jsdiff": "~1.0.8",
"bootcamp": "~1.1.7"
},
"_release": "1.1.0",
"_resolution": {
"type": "version",
"tag": "v1.1.0",
"commit": "7fc29d6a309a7018a452bdf996e27053a32023c1"
},
"_source": "git://github.com/zurb/foundation-apps.git",
"_target": "~1.1.0",
"_originalSource": "foundation-apps"
}
|