-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
63 lines (63 loc) · 1.66 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
59
60
61
62
63
{
"name": "chaibiotech",
"version": "1.0.0",
"description": "== README",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"angular-sanitize": "^1.7.4"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"del": "^2.0.2",
"faker": "^2.1.5",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-babel": "^6.1.1",
"gulp-batch": "^1.0.5",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.0.0",
"gulp-hash-filename": "^1.0.1",
"gulp-html-minifier": "^0.1.6",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-strip-comments": "^2.4.3",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.4.1",
"jshint": "^2.8.0",
"karma": "^0.13.22",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.3",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^0.3.7",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.24",
"require-dir": "^0.3.0",
"shelljs": "^0.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jperfetto/chaipcr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jperfetto/chaipcr/issues"
},
"homepage": "https://github.com/jperfetto/chaipcr#readme"
}