-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.51 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
{
"name": "vtpl",
"version": "1.1.1",
"description": "This is a template library. Unlike those traditional templates (such as [Jade](http://jade-lang.com/)), It is based on DOM.",
"main": "./src/main.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start",
"build": "babel src -d lib",
"dev": "node dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elegant-view/vtpl.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elegant-view/vtpl/issues"
},
"homepage": "https://github.com/elegant-view/vtpl#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "github:elegant-view/karma-jasmine-html-reporter",
"karma-requirejs": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"requirejs": "^2.2.0"
},
"dependencies": {
"event": "github:elegant-view/event",
"protectobject": "github:elegant-view/protectobject"
}
}