-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "mithril-data",
"version": "0.4.9",
"description": "A rich data model library for Mithril javascript framework.",
"homepage": "https://github.com/rhaldkhein/mithril-data",
"main": "index.js",
"scripts": {
"test": "mocha-phantomjs test/www/index.html"
},
"keywords": [
"model",
"mithril",
"database",
"data"
],
"author": "Kevin <[email protected]> (https://github.com/rhaldkhein)",
"authorName": "Kevin Villanueva",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rhaldkhein/mithril-data.git"
},
"devDependencies": {
"body-parser": "^1.15.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-subset": "^1.4.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-header": "^1.8.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^3.0.0",
"mocha": "^2.4.5",
"run-sequence": "^1.2.2",
"shortid": "^2.2.6",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"lodash": "^4.12.0",
"mithril": "^1.0.1"
},
"files": [
"source/*",
"index.js",
"mithril-data.js",
"mithril-data.min.js"
]
}