forked from VoliJS/NestedTypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"name": "nestedtypes",
"main": "nestedtypes.js",
"description": "Next generation data framework, which can be used as drop-in backbonejs replacement.",
"homepage": "https://github.com/Volicon/backbone.nestedTypes",
"keywords": [
"backbone",
"relation",
"nested",
"model",
"types",
"properties"
],
"repository": {
"type": "git",
"url": "https://github.com/Volicon/backbone.nestedTypes.git"
},
"author": "Vlad Balin <https://github.com/gaperton>",
"contributors": "",
"dependencies": {
"underscore": ">=1.5.0"
},
"devDependencies": {
"chai": "* <3",
"jquery": "*",
"mocha": "*",
"requirejs": "^2.1.20",
"sinon": "*",
"sinon-chai": "*",
"uglify-js": "*",
"webpack": "^1.12.2"
},
"files": [
"nestedtypes.js",
"LICENSE"
],
"license": "MIT",
"version": "1.2.2",
"scripts": {
"test": "node_modules/.bin/mocha",
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --watch"
}
}