forked from marko-js/templating-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1023 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
36
37
38
39
{
"name": "templating-benchmarks",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/matcha templating-benchmarks.js --reporter ./reporter.js --expose-gc"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js/templating-benchmarks.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"ansi": "^0.3.0",
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.2",
"dot": "^1.0.3",
"dustjs-helpers": "^1.7.2",
"dustjs-linkedin": "^2.7.2",
"handlebars": "^4.0.5",
"jade": "^1.11.0",
"marko": "^3.0.0-alpha.1",
"marko-widgets": "^6.0.0-alpha.1",
"matcha": "^0.6.0",
"nunjucks": "^1.3.4",
"plates": "^0.4.11",
"pug": "^2.0.0-alpha6",
"raptor-async": "^1.1.2",
"raptor-polyfill": "^1.0.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"swig": "^1.4.2",
"uglify-js": "^2.4.24"
}
}