-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 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
32
33
34
35
{
"name": "wd.js",
"version": "0.0.0",
"description": "A lightweight, easy-to-use javascript framework, for students.",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "http://github.com/tjwudi/wd.js"
},
"keywords": [
"javascript",
"framework"
],
"author": "John Wu <[email protected]> (https://github.com/tjwudi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwudi/wd.js/issues"
},
"homepage": "https://github.com/tjwudi/wd.js",
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.5",
"gulp-concat": "^2.2.0",
"gulp-header": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-yuidoc": "^0.1.2",
"karma": "^0.12.16",
"karma-expect": "^1.1.0",
"karma-mocha": "^0.1.4",
"mocha": "^1.20.1"
}
}