-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.55 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "camlsql-js",
"version": "0.5.5",
"description": "Javascript utility to create CAML queries using SQL syntax",
"main": "dist/camlsql.js",
"scripts": {
"test": "istanbul cover node_modules/jasmine/bin/jasmine.js -verbose JASMINE_CONFIG_PATH=./jasmine.json",
"report-coverage": "codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/dlid/camlsql-js.git"
},
"author": "dlid.se",
"license": "MIT",
"bugs": {
"url": "https://github.com/dlid/camlsql-js/issues"
},
"files": [
"dist/camlsql.*.js"
],
"homepage": "https://github.com/dlid/camlsql-js#readme",
"devDependencies": {
"browser-sync": "^2.18.13",
"clipboard": "^1.7.1",
"codecov": "^3.0.0",
"docsify-cli": "^4.1.12",
"extend": "^3.0.1",
"git": "^0.1.5",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-codecov": "^3.0.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-ftp": "^1.1.0",
"gulp-if": "^2.0.2",
"gulp-indent": "^1.0.1",
"gulp-inject-string": "^1.1.0",
"gulp-jasmine": "^2.4.2",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-string-replace": "^0.4.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-wrap": "^0.13.0",
"istanbul": "^0.4.5",
"jasmine": "^2.8.0",
"jasmine-node": "^1.14.5",
"jasmine-reporters": "^2.2.1",
"jshint": "^2.9.5",
"moment": "^2.19.1",
"pump": "^1.0.2",
"run-sequence": "^2.2.0"
}
}