-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "sfcontacts",
"version": "1.0.0",
"description": "Sample Salesforce connected app running on the Aerobatic platform",
"main": "yoke sim",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/aerobatic/sfcontacts.git"
},
"keywords": [
"aerobatic",
"salesforce",
"html5",
"angular"
],
"author": "David Von Lehman",
"license": "MIT",
"bugs": {
"url": "https://github.com/aerobatic/sfcontacts/issues"
},
"homepage": "https://sfcontacts.aerobaticapp.com",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-ng-annotate": "^0.3.0",
"karma": "^0.12.16",
"grunt-karma": "^0.8.3",
"karma-jasmine": "~0.2.0"
},
"dependencies": {
"angular": "^1.3.4",
"angular-bootstrap": "^0.11.0",
"angular-aerobatic": "^1.0.2",
"karma-chrome-launcher": "^0.1.5"
},
"_aerobatic": {
"appId": "ada991e6-53f5-42fe-9adc-469415028490"
}
}