-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "timeline-tech-challenge",
"version": "1.0.0",
"description": "Timeline tech challenge!",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/davidjnelson/timeline-tech-challenge.git"
},
"author": "David Nelson",
"license": "Commercial",
"bugs": {
"url": "https://github.com/davidjnelson/timeline-tech-challenge/issues"
},
"homepage": "https://github.com/davidjnelson/timeline-tech-challenge",
"dependencies": {
"requirejs": "latest"
},
"devDependencies": {
"bower": "~1.3.5",
"chai": "latest",
"chai-as-promised": "~4.1.1",
"gulp": "~3.8.1",
"gulp-connect": "^2.0.5",
"gulp-mocha": "~0.4.1",
"gulp-plumber": "~0.6.3",
"gulp-watch": "~0.6.6-1",
"karma": "latest",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-mocha": "latest",
"karma-requirejs": "~0.2.2",
"lodash": "~2.4.1",
"mocha": "~1.20.1",
"requirejs": "~2.1.14",
"selenium-standalone": "~2.42.0-2.9.0-1",
"wd": "~0.3.1"
}
}