UNPKG

1.38 kBJSONView Raw
1{
2 "name": "alamid-view",
3 "version": "0.5.0",
4 "description": "Encapsulates dom nodes as a re-useable component",
5 "main": "./lib/View.js",
6 "scripts": {
7 "test": "webpack-dev-server --config ./test/test.config.js"
8 },
9 "keywords": [
10 "view",
11 "dom",
12 "component",
13 "web",
14 "components",
15 "browser",
16 "display",
17 "viewmodel",
18 "mvc"
19 ],
20 "dependencies": {
21 "alamid-plugin": "^0.1.0"
22 },
23 "devDependencies": {
24 "chai": "^1.9.2",
25 "mocha": "^2.0.1",
26 "mocha-loader": "^0.7.0",
27 "sinon": "git://github.com/cjohansen/Sinon.JS#sinon-2.0",
28 "sinon-chai": "^2.6.0",
29 "webpack": "^1.4.13",
30 "webpack-dev-server": "^1.6.5"
31 },
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/peerigon/alamid-view.git"
35 },
36 "testling": {
37 "harness": "mocha",
38 "files": "test/*.js",
39 "browsers": {
40 "iexplore": [
41 9,
42 10
43 ],
44 "chrome": [
45 20,
46 25,
47 "canary"
48 ],
49 "firefox": [
50 20,
51 22,
52 "nightly"
53 ],
54 "safari": [
55 5,
56 6
57 ],
58 "opera": [
59 11,
60 12,
61 "next"
62 ],
63 "iphone": [
64 6
65 ],
66 "ipad": [
67 6
68 ],
69 "android-browser": [
70 4.2
71 ]
72 }
73 },
74 "author": "peerigon <developers@peerigon.com>",
75 "license": "Unlicense"
76}