-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
40 lines (40 loc) · 949 Bytes
/
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
{
"name": "forcejs",
"version": "2.2.1",
"description": "Salesforce REST SDK",
"keywords": [
"salesforce",
"rest",
"apis"
],
"scripts": {
"clean": "rimraf dist/*",
"webpack": "webpack",
"build": "npm run clean && npm run webpack",
"prepublish": "webpack --config webpack.config.npm.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccoenraets/forcejs.git"
},
"author": "Christophe Coenraets <[email protected]> (http://coenraets.org/)",
"license": "MIT",
"main": "./all/index.js",
"files": [
"resources",
"all",
"data-service",
"oauth"
],
"bugs": {
"url": "https://github.com/ccoenraets/forcejs/issues"
},
"homepage": "https://github.com/ccoenraets/forcejs#readme",
"devDependencies": {
"babel-core": "6.18.2",
"babel-loader": "6.2.8",
"babel-preset-es2015": "6.18.0",
"rimraf": "^2.5.4",
"webpack": "1.13.3"
}
}