UNPKG

1.08 kBJSONView Raw
1{
2 "name": "regularjs",
3 "version": "0.2.13",
4 "author": {
5 "name": "leeluolee"
6 },
7 "description": "",
8 "license": "MIT",
9 "keywords": [
10 "template",
11 "data-binding"
12 ],
13 "main": "src/node.js",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/regularjs/regular"
17 },
18 "homepage": "http://regularjs.github.io",
19 "scripts": {
20 "test": "gulp travis --phantomjs"
21 },
22 "bin": {
23 "regular": "./bin/regular"
24 },
25 "devDependencies": {
26 "gulp": "3.6.x",
27 "gulp-component": "~0.1.8",
28 "gulp-uglify": "~0.2.1",
29 "gulp-jshint": "~1.5.3",
30 "gulp-mocha": "~0.4.1",
31 "gulp-istanbul": "~0.1.1",
32 "gulp-util": "~2.2.14",
33 "through2": "~0.4.1",
34 "mocha": "~1.18.2",
35 "expect.js": "~0.3.1",
36 "karma": "~0.12.6",
37 "karma-mocha": "~0.1.3",
38 "karma-phantomjs-launcher": "~0.1.4",
39 "karma-coverage": "~0.2.4",
40 "karma-ie-launcher": "~0.1.5",
41 "karma-chrome-launcher": "~0.1.4",
42 "karma-firefox-launcher": "~0.1.3"
43 },
44 "dependencies": {
45 "gulp-shell": "^0.2.9",
46 "gulp-webpack": "^1.0.0"
47 }
48}
\No newline at end of file