-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 873 Bytes
/
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
{
"name": "localmodel",
"version": "0.6.0",
"description": "Create models for localstorage",
"main": "src/js/localmodel.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"localstorage",
"models",
"data"
],
"author": "Rick Craig @ Receiptful <[email protected]> (https://receiptful.com/)",
"license": "MIT",
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.4.0",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"istanbul": "^0.3.17",
"jasmine-istanbul-phantom": "^1.1.1",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.2",
"sinon": "^1.15.4"
}
}