-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1019 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": "skinny-orm-in-play",
"version": "1.0.0",
"description": "Skinny ORM example with Play",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skinny-framework/skinny-orm-in-play.git"
},
"keywords": [
"Scala"
],
"author": "skinny-framework.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/skinny-framework/skinny-orm-in-play/issues"
},
"homepage": "https://github.com/skinny-framework/skinny-orm-in-play",
"devDependencies": {
"6to5-browserify": "^1.0.0",
"browserify": "^6.2.0",
"chai": "^1.9.2",
"gulp": "^3.8.9",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.9.0",
"gulp-karma": "0.0.4",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.1.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.2.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
}
}