-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1012 Bytes
/
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
{
"name": "registroLivre",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/username/repository.git"
},
"description": "",
"main": "''",
"scripts": {
"test": "./node_modules/karma/bin/karma start src/test/karma.conf.js --single-run",
"autotest": "./node_modules/karma/bin/karma start src/test/karma.conf.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.4.4",
"angular-mocks": "^1.4.3",
"angular-route": "^1.4.3",
"angular-ui-mask": "^1.4.2",
"bootstrap": "^3.3.5",
"chai": "^3.2.0",
"karma": "^0.13.3",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.0.0",
"karma-spec-reporter": "0.0.20",
"lodash": "^3.10.1",
"ramda": "^0.17.1",
"ng-table": "^0.5.4",
"phantomjs": "^1.9.17",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}