-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "wikistrap.js",
"version": "0.0.7",
"description": "comprehensive JavaScript sdk to MediaWiki APIs",
"main": "src/wikistrap.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "gulp",
"unit-test": "gulp unit-test",
"e2e-test": "gulp e2e-test",
"express-app": "gulp express-app",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leocornus/wikistrap.js.git"
},
"keywords": [
"mediawiki",
"bootstrap",
"sdk"
],
"author": "Sean Chen <[email protected]> (http://github.com/seanchen)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/leocornus/wikistrap.js/issues"
},
"homepage": "https://github.com/leocornus/wikistrap.js#readme",
"devDependencies": {
"bower": "^1.6.5",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-karma": "0.0.5",
"gulp-live-server": "0.0.29",
"gulp-protractor": "^1.0.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"jasmine-jquery": "^2.1.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.12.31",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-mocha-reporter": "^1.1.1",
"nodemw": "^0.8.0",
"serve-index": "^1.7.2"
},
"dependencies": {
"jquery": "^2.1.4",
"request": "^2.81.0"
}
}