-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 950 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 950 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
37
38
39
40
{
"name": "tablelist.js",
"version": "1.9.0",
"description": "Tablelist Javascript SDK",
"url": "https://www.tablelist.com",
"author": "Tablelist, Inc.",
"engines": {
"node": "6.9.2"
},
"dependencies": {
"angular-cookies": "1.5.8",
"bower": "1.4.1",
"chai": "2.2.0",
"gulp": "3.9.0",
"gulp-clean": "0.3.1",
"gulp-concat": "2.5.2",
"gulp-jshint": "1.10.0",
"gulp-replace": "0.5.3",
"gulp-uglify": "1.0.0",
"gulp-watch": "4.2.4",
"jshint-stylish": "1.0.1"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"gulp-exec": "2.1.1",
"gulp-if": "1.2.5",
"karma": "0.12.24",
"shelljs": "0.3.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.5",
"karma-cli": "0.0.4",
"karma-mocha": "0.1.9",
"karma-phantomjs-launcher": "0.1.4",
"karma-script-launcher": "0.1.0",
"karma-spec-reporter": "0.0.13",
"mocha": "2.0.1"
}
}