-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "lemon",
"version": "0.0.1",
"description": "Another simple MVW framework – inspired by AngularJS.",
"main": "index.js",
"author": {
"name": "Michael Ortali",
"email": "[email protected]"
},
"dependencies": {
"assert": "^1.1.2",
"bower": "^1.3.11",
"chai": "^1.9.2",
"chalk": "^0.5.1",
"core-util-is": "^1.0.1",
"inherits": "^2.0.1",
"isarray": "0.0.1",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-closure": "^0.1.0",
"karma-coverage": "^0.2.6",
"karma-coveralls": "^0.1.4",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"karma-nunjucks": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"log-symbols": "^1.0.1",
"mocha": "^1.21.4",
"nunjucks": "^1.1.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.1",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
},
"scripts": {
"install": "./node_modules/bower/bin/bower install --allow-root"
},
"devDependencies": {
"coveralls": "^2.11.2"
},
"readme": "LemonJs\n",
"readmeFilename": "Readme.md",
"_id": "[email protected]",
"dist": {
"shasum": "550eb7f0c4e77ef24616433f1fe19f59681bfd79"
},
"_resolved": "git://github.com/theorchard/lemon-js#2ae4c1a3e45881f2bc206288a183ff5b7fefa797",
"_from": "git://github.com/theorchard/lemon-js",
"_fromGithub": true
}