forked from noeticpenguin/ngForce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"name": "ngForce",
"version": "1.0.0",
"description": "Angular.js integration library for Salesforce.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-contrib-less": "~0.9.0",
"grunt-env": "~0.4.1",
"grunt-template-jasmine-istanbul": "~0.3.0",
"load-grunt-tasks": "~0.3.0"
},
"devDependencies": {
"grunt-template-jasmine-istanbul": "~0.3.0",
"grunt-ant-sfdc": "~0.2.2",
"grunt-available-tasks": "~0.4.5",
"grunt-contrib-compress": "~0.8.0",
"grunt-prompt": "~1.1.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-ngmin": "0.0.3",
"grunt-contrib-uglify": "^0.4.0"
},
"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"
}