forked from anweshtiwari/reepio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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": "reep.io",
"version": "1.2.0",
"description": "",
"dependencies": {
"peer": "~0.2.5"
},
"scripts": {
"start-prod": "http-server dist -a localhost -p 8001 -c-1",
"start": "npm install && bower install && http-server -a localhost -p 8000 -c-1",
"test": "karma start karma.conf.js"
},
"author": "",
"license": "GPL v2",
"devDependencies": {
"bootstrap": "git://github.com/twbs/bootstrap.git",
"bower": "^1.3.1",
"closurecompiler": "^1.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-uglify": "^0.5.0",
"grunt-deploy": "^0.1.7",
"grunt-fingerprint": "^0.2.0",
"grunt-ng-annotate": "0.4.x",
"grunt-obfuscator": "^0.1.0",
"grunt-string-replace": "^0.2.7",
"http-server": "^0.6.1",
"karma": "~0.10",
"karma-ie-launcher": "~0.1",
"karma-junit-reporter": "^0.2.2",
"protractor": "^1.1.1",
"shelljs": "^0.2.6"
},
"subdomain": "kodekraftwerk-reepio",
"engines": {
"node": "0.10.x"
}
}