forked from noeticpenguin/ngForce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "ngForce",
"version": "3.0.3",
"description": "Angular.js integration library for Salesforce.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"grunt": "^0.4.5"
},
"repository": {
"type": "git",
"url": "git://github.com/noeticpenguin/ngForce.git"
},
"keywords": [
"Salesforce",
"Angular",
"VisualForce",
"Apex"
],
"author": "Kevin Poorman, Alex Berg, Luke McFarland, Others",
"license": "MIT",
"bugs": {
"url": "https://github.com/noeticpenguin/ngForce/issues"
},
"homepage": "https://github.com/noeticpenguin/ngForce",
"devDependencies": {
"grunt-ant-sfdc": "^0.2.6",
"grunt-available-tasks": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.11.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-env": "^0.4.1",
"grunt-ng-annotate": "^0.3.2",
"grunt-prompt": "^1.1.0",
"grunt-template-jasmine-istanbul": "^0.3.0",
"load-grunt-tasks": "^0.6.0"
}
}