-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "whowantstohack",
"version": "1.0.0",
"description": "Sample Salesforce connected app running on the Aerobatic platform",
"main": "yoke sim",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"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-aerobatic": "*",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.3",
"grunt-ng-annotate": "^0.3.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "~0.2.0"
},
"_aerobatic": {
"appId": "7aeb25e6-cf49-453f-bb8c-cb38ff848a2e"
}
}