-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 854 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
{
"name": "redliner.js",
"version": "0.0.0",
"description": "A tool for annotating HTML interfaces.",
"main": "gulpfile.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://peterjahn.visualstudio.com/DefaultCollection/_git/Redliner.js"
},
"author": "",
"license": "ISC",
"homepage": "https://peterjahn.visualstudio.com/DefaultCollection/Redliner.js",
"devDependencies": {
"requirejs": "^2.1.14",
"gulp": "^3.8.5",
"gulp-tsc": "^0.9.1",
"gulp-clean": "^0.3.1",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma": "^0.12.16",
"karma-requirejs": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.7-12",
"karma-html-reporter": "^0.2.3",
"gulp-requirejs": "^0.1.3",
"gulp-uglifyjs": "^0.4.2",
"gulp-rjs": "^0.1.0"
}
}