-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 763 Bytes
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
{
"name": "instance.js",
"version": "1.1.1",
"description": "Model data on the client side before sending it off to the server.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"models",
"modeling",
"client side",
"browser",
"ajax",
"pure javascript",
"validation"
],
"author": "@adammcarth",
"homepage": "https://github.com/adammcarth/instance.js",
"repository": {
"type": "git",
"url": "git://github.com/adammcarth/instance.js.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0"
}
}