forked from marko-js-archive/marko-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.13 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
{
"name": "marko-widgets",
"description": "Module to support binding of behavior to rendered UI components rendered on the server or client",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko-widgets.git"
},
"scripts": {
"init-tests": "./test/init-tests.sh",
"test": "npm run init-tests && npm run test-server -s && npm run test-client -s && npm run jshint --silent",
"test-server": "npm run init-tests && node_modules/.bin/mocha --ui bdd --reporter spec ./test/server",
"test-client": "npm run init-tests && node test/mocha-phantomjs/run.js",
"mocha-phantomjs": "npm run init-tests && node test/mocha-phantomjs/run.js",
"mocha-phantomjs-run": "mocha-phantomjs ./test/mocha-phantomjs/generated/test-page.html",
"jshint": "jshint lib/ taglib/ *.js"
},
"author": "Patrick Steele-Idem <[email protected]>",
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {
"events": "^1.0.2",
"listener-tracker": "^1.0.2",
"morphdom": "^1.0.1",
"raptor-async": "^1.1.2",
"raptor-dom": "^1.1.0",
"raptor-json": "^1.0.1",
"raptor-logging": "^1.0.1",
"raptor-modules": "^1.0.22",
"raptor-polyfill": "^1.0.0",
"raptor-pubsub": "^1.0.2",
"raptor-renderer": "^1.4.1",
"raptor-util": "^1.0.0",
"resolve-from": "^1.0.1",
"try-require": "^1.2.1"
},
"devDependencies": {
"app-module-path": "^1.0.1",
"async": "^0.9.0",
"chai": "~1.8.1",
"ignoring-watcher": "^1.0.2",
"jquery": "^2.1.3",
"jshint": "^2.5.0",
"lasso": "^1.10.0",
"lasso-marko": "^2.0.4",
"marko": "^2.7.6",
"mkdirp": "^0.5.0",
"mocha": "~1.15.1",
"mocha-phantomjs": "^3.5.3",
"phantomjs": "1.9.7-15",
"raptor-args": "^1.0.2",
"raptor-strings": "^1.0.0"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/marko-widgets.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "5.0.6"
}