forked from regularjs/regular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "regularjs",
"version": "0.5.2",
"author": {
"name": "leeluolee"
},
"description": "",
"license": "MIT",
"keywords": [
"template",
"data-binding"
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/regularjs/regular"
},
"homepage": "http://regularjs.github.io",
"scripts": {
"test": "gulp travis --phantomjs",
"prepublish": "gulp build"
},
"bin": {
"regular": "./bin/regular"
},
"devDependencies": {
"expect.js": "~0.3.1",
"gulp": "3.6.x",
"gulp-bump": "^1.0.0",
"gulp-git": "^1.4.0",
"gulp-istanbul": "~0.1.1",
"gulp-jshint": "~1.5.3",
"gulp-mocha": "~0.4.1",
"gulp-shell": "^0.2.9",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14",
"gulp-webpack": "^1.0.0",
"karma": "~0.12.6",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "~0.2.4",
"karma-firefox-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1.5",
"karma-mocha": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"mocha": "~1.18.2",
"run-sequence": "^1.2.2",
"through2": "~0.4.1",
"yargs": "^3.26.0"
}
}