-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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": "ethz-raytracer",
"version": "0.0.1",
"description": "ethz-raytracer ==============",
"main": "Gruntfile.js",
"scripts": {
"start": "grunt watch",
"build": "grunt",
"prepare-test": "grunt prepare_test",
"test": "grunt karma:ci",
"preview": "http-server -c-1 public"
},
"repository": {
"type": "git",
"url": "git://github.com/lukaselmer/ethz-raytracer.git"
},
"author": "lukas.elmer@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukaselmer/ethz-raytracer/issues"
},
"devDependencies": {
"coffee": "0.1.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "~0.6.2",
"grunt-notify": "~0.2.13",
"http-server": "^14.1.1",
"karma-growl-reporter": "~0.1.1",
"karma-mocha": "~0.1.0",
"karma-osx-reporter": "0.0.4",
"karma-phantomjs-launcher": "~0.1.0",
"mocha": "~1.13.0"
}
}