forked from AFASSoftware/maquette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "maquette",
"description": "Minimalistic Virtual DOM implementation with support for animated transitions.",
"homepage": "http://maquettejs.org/",
"keywords": [
"virtual",
"dom",
"animation",
"transitions"
],
"version": "2.4.1",
"author": "Johan Gorter <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/AFASSoftware/maquette"
},
"main": "./dist/maquette.js",
"typings": "./dist/maquette.d.ts",
"scripts": {
"test": "gulp test && cd examples/todomvc && bower install && cd ../../browser-tests && npm install && node sauce.js",
"coverage": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
},
"license": "MIT",
"tonicExampleFilename": "examples/tonic-example.js",
"devDependencies": {
"Set": "0.4.1",
"browser-sync": "2.16.1",
"browserify": "13.1.0",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"debug": "2.2.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-bump": "2.4.0",
"gulp-filter": "4.0.0",
"gulp-git": "1.11.3",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "3.0.1",
"gulp-plumber": "1.1.0",
"gulp-prompt": "0.2.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-tag-version": "1.3.0",
"gulp-typedoc": "2.0.0",
"gulp-typescript": "3.0.1",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.7",
"gulp-wrap-js": "0.4.1",
"ink-docstrap": "1.3.0",
"inquirer": "1.2.1",
"istanbul": "0.4.5",
"jsdoc": "3.4.1",
"jsdom": "9.5.0",
"merge2": "1.0.2",
"mocha": "3.1.0",
"mocha-jsdom": "1.1.0",
"remap-istanbul": "0.6.4",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"tsd": "0.6.5",
"tsify": "1.0.7",
"tslint": "3.15.1",
"typedoc": "0.4.5",
"typescript": "2.0.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}