-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 858 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
{
"devDependencies": {
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-debug": "^2.0.1",
"gulp-ignore": "^1.2.1",
"gulp-msbuild": "^0.2.11",
"gulp-nunit-runner": "^0.4.1",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.6",
"karma-nested-reporter": "^0.1.3",
"karma-nyan-reporter": "^0.1.0",
"karma-requirejs": "^0.2.2",
"karma-xml-reporter": "^0.1.4",
"q": "^1.4.1",
"require-dir": "^0.3.0",
"requirejs": "^2.1.18",
"run-sequence": "^1.1.0",
"through2": "^2.0.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/tumbledwyer/WIMS.git"
},
"author": "Chillisoft",
"license": "Commercial"
}