-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "jcalculator",
"version": "1.3.2",
"description": "json calculator for javascript",
"main": "JCalculator.min.js",
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"keywords": [
"jcalculator",
"sql for javascript",
"sql\u001b[D\u001b[D\u001b[Djson",
"\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D",
"\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[D\u001b[D\u001b[D\u001b[D",
"calculator"
],
"author": "Colin Chen/陈立林",
"email": [
],
"license": "MIT",
"files": [
"JCalculator.js",
"JCalculator.min.js"
],
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"should": "^13.1.3"
}
}