-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 748 Bytes
/
Copy pathbower.json
File metadata and controls
34 lines (34 loc) · 748 Bytes
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
{
"appPath": "src",
"name": "angular-stackmob",
"version": "0.0.4",
"dependencies": {
},
"description":"",
"keywords": ["angularjs","stackmob"],
"authors": [
{ "name": "Collin Forrester", "email": "collin.forrester@gmail.com"," homepage": "http://collinforrester.com" }
],
"main": "dist/angular-stackmob.js",
"ignore": [
"src/**/.*",
"sample-app/**/.*",
".bowerrc",
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".travis.yml",
"bower.json",
"package.json",
"karma.conf.js",
"Gruntfil.js",
"node_modules"
],
"devDependencies": {
"crypto-js": "~3.1.2",
"angular": "~1.2.0",
"angular-resource": "~1.2.0",
"angular-mocks": "~1.2.0"
}
}