forked from BroadSoft-Xtended/Product-Phone-for-Chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "ucone",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jonny2779/ucone.git"
},
"author": "Jonathan ODonnell",
"license": "",
"bugs": {
"url": "https://github.com/jonny2779/ucone/issues"
},
"homepage": "https://github.com/jonny2779/ucone",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"include-all": "^0.1.6",
"mocha": "^2.1.0",
"karma": "0.12.31",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-ng-html2js-preprocessor": "0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.3.0",
"chai": "^2.0.0",
"chai-as-promised": "^4.2.0"
},
"scripts": {
"postinstall": "",
"start": "node app.js",
"debug": "node debug app.js",
"test": "./node_modules/.bin/karma start --single-run --colors --browsers PhantomJS"
}
}