-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.71 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.71 KB
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
{
"name": "sneakerjs",
"version": "0.3.0",
"description": "Entity relationship automation for AngularJS and CouchDB/PouchDB",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma start",
"coveralls_test": "istanbul cover node_modules/karma/bin/karma start | node_modules/coveralls/bin/coveralls.js && rm -rf .\\coverage",
"coveralls_win": "istanbul cover node_modules/karma/bin/karma start && cat ./coverage/lcov.info | node .\\node_modules\\coveralls\\bin\\coveralls.js",
"coveralls": "istanbul cover karma start && cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andyhasit/SneakerJS.git"
},
"keywords": [
"angular",
"relationship",
"couchdb",
"pouchdb"
],
"author": {
"name": "Andrew Buchan",
"http": "http://www.andyhasit.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/andyhasit/SneakerJS/issues"
},
"homepage": "https://github.com/andyhasit/SneakerJS#readme",
"dependencies": {
"angular": "^1.4.8"
},
"devDependencies": {
"angular-mocks": "^1.4.8",
"coveralls": "^2.11.9",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"istanbul": "^0.4.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.7",
"karma-nicer-reporter": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.5",
"pouchdb": "^5.2.1"
}
}