forked from ded/reqwest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.json
More file actions
36 lines (36 loc) · 702 Bytes
/
build.json
File metadata and controls
36 lines (36 loc) · 702 Bytes
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
{
"JAVASCRIPT": {
"DIST_DIR": "./"
, "reqwest": [
"src/copyright.js"
, "src/reqwest.js"
]
}
, "JSHINT_OPTS": {
"predef": [ "define", "module", "ActiveXObject" ]
, "boss": true
, "bitwise": true
, "shadow": true
, "trailing": true
, "latedef": true
, "forin": false
, "curly": false
, "devel": false
, "evil": true
, "regexp": false
, "undef": true
, "sub": true
, "white": false
, "indent": 2
, "trailing": true
, "asi": true
, "laxbreak": true
, "eqnull": true
, "browser": true
, "laxcomma": true
, "proto": true
, "expr": true
, "es5": true
, "strict": false
}
}