forked from KittyGiraudel/CRUD.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 750 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 750 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
{
"name": "CRUD.js",
"version": "1.0.0",
"description": "A CRUD JavaScript class.",
"main": "CRUD.js",
"repository": {
"type": "git",
"url": "https://github.com/HugoGiraudel/CRUD.js.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-jshint": "~0.8",
"grunt-contrib-connect": "~0.5.0",
"grunt-template-jasmine-requirejs": "~0.1.6",
"grunt-template-jasmine-istanbul": "~0.2.5",
"open": "~0.0.4",
"argparse": "~0.1.15",
"underscore": "~1.5.2",
"glob": "~3.2.6"
}
}