forked from icebob/propertiesjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.75 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "propertiesjs",
"version": "1.6.0",
"description": "Javascript properties editor for browsers",
"main": "dist/propertiesJS.js",
"homepage": "https://github.com/icebob/propertiesjs",
"directories": {
"test": "test"
},
"scripts": {
"build": "npm install && gulp",
"start": "gulp dev",
"test": "gulp test"
},
"keywords": [
"javascript",
"properties",
"editor",
"js"
],
"author": "Icebob",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/icebob/propertiesjs.git"
},
"devDependencies": {
"async": "1.5.2",
"browser-sync": "2.11.1",
"browserify": "^9.0.8",
"browserify-istanbul": "^0.2.1",
"chai": "^2.2.0",
"coffee-script": "1.10.0",
"del": "2.2.0",
"glob": "^5.0.5",
"gulp": "3.9.1",
"gulp-bump": "^0.3.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-compass": "2.1.0",
"gulp-header": "1.7.1",
"gulp-jade": "1.1.0",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.9.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.2",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"jquery": "2.2.1",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "0.2.6",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "2.4.5",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"event-emitter": "0.3.4",
"lodash": "4.3.0",
"moment": "2.11.2"
}
}