forked from Urigo/angular-meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "angular-meteor",
"version": "0.6.5",
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
"main": "package.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"debug": "./node_modules/karma/bin/karma start test/karma.conf.js",
"coverage": "./node_modules/karma/bin/karma start test/karma.conf.js --single-run; cd .coverage; python -m SimpleHTTPServer 8000;"
},
"repository": {
"type": "git",
"url": "https://github.com/Urigo/angular-meteor/angular-meteor.git"
},
"keywords": [
"angular",
"meteor"
],
"author": "Uri Goldshtein",
"license": "ISC",
"bugs": {
"url": "https://github.com/Urigo/angular-meteor/issues"
},
"homepage": "https://github.com/Urigo/angular-meteor",
"devDependencies": {
"angular": "^1.3.12",
"angular-mocks": "^1.3.12",
"istanbul": "^0.3.5",
"jasmine-core": "^2.1.3",
"jquery": "^2.1.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.4",
"lodash": "^2.4.1"
}
}