-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.54 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "learnoll",
"version": "1.0.0",
"description": "Web app for learning the OLL cases",
"main": "karma.conf.js",
"directories": {
"test": "tests"
},
"scripts": {
"copy": "cp -R app/**/*.spec.js tests/ ;",
"test": "cp -R app/*.spec.js tests/ ; cp -R app/**/*.spec.js tests/ ; karma start karma.conf.js",
"full-test": "cp -R app/*.spec.js tests/ ; cp -R app/**/*.spec.js tests/ ; NODE_ENV=test karma start karma.conf.js",
"coverage": "istanbul cover tests/*.js",
"postinstall": "grunt heroku"
},
"repository": {
"type": "git",
"url": "git+https://github.com/audreyseo/pet-rubiks.git"
},
"author": "Audrey Seo",
"license": "ISC",
"bugs": {
"url": "https://github.com/audreyseo/pet-rubiks/issues"
},
"homepage": "https://github.com/audreyseo/pet-rubiks#readme",
"dependencies": {
"angular": "^1.5.7",
"angular-mocks": "^1.5.7",
"etagify": "0.0.2",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.1",
"grunt-karma": "^2.0.0",
"grunt-processhtml": "^0.4.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.2.1",
"karma": "^1.1.1",
"mocha": "^2.5.3",
"phantomjs": "^2.1.7",
"socket.io": "^1.5.0",
"socket.io-client": "^1.5.0"
},
"devDependencies": {
"angular-cookies": "^1.5.7",
"angular-mocks": "^1.5.7",
"angular-sanitize": "^1.5.7",
"crypto": "0.0.3",
"etag": "^1.7.0",
"etagify": "0.0.2",
"fs": "0.0.2",
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-execute": "^0.2.2",
"grunt-karma": "^2.0.0",
"jquery": "^3.1.0",
"jshint-stylish": "^2.2.0",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-spec-runner-reporter": "^0.1.5",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"mocha": "^2.5.3",
"mongodb": "^2.2.4",
"ng-html2js": "^2.0.0",
"url": "^0.11.0"
}
}