-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 KB
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
{
"name": "javascript-easy-object",
"version": "1.0.8",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "mocha --opts ./mocha.opts",
"build:watch": "babel src --out-dir lib --watch",
"build": "webpack --config=webpack.config.babel.js",
"build:minify": "babel src/index.js --out-file lib/index.min.js --minified",
"prepublish": "npm run build && npm run build",
"preversion": "npm build && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manishwaran/javascript-easy-object.git"
},
"keywords": [
"javascript object",
"javascript",
"manishwaran",
"javascript easy object",
"object",
"object pattern",
"pattern search",
"object search"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-latest": "^6.16.0",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"html-loader": "^0.4.4",
"mocha": "^3.2.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^1.16.2"
},
"author": "Manishwaran",
"license": "MIT",
"bugs": {
"url": "https://github.com/manishwaran/javascript-easy-object/issues"
},
"homepage": "https://github.com/manishwaran/javascript-easy-object#readme"
}