forked from informatics-isi-edu/chaise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "chaise",
"description": "An adaptive User Interface for ERMrest data sources",
"version": "0.0.0",
"license": "Apache-2.0",
"private": true,
"main": "chaise.js",
"scripts": {
"build": "make build",
"pretest": "make build",
"test": "make test",
"test:testem": "make testem",
"docs": "make doc"
},
"repository": {
"type": "git",
"url": "https://github.com/informatics-isi-edu/chaise.git"
},
"keywords": [
"database",
"ui"
],
"devDependencies": {
"angular-mocks": "^1.4.4",
"angular-animate": "1.3.11",
"bower": "x",
"chai": "x",
"closurecompiler": "x",
"jasmine-core": "^2.4.1",
"jsdoc": "x",
"jsdoc-to-markdown": "x",
"jshint": "x",
"karma": "^0.13.9",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.7",
"karma-osx-reporter": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"phantomjs": "^1.9.18",
"protractor": "x",
"testem": "x"
}
}