-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"name": "typed_observer",
"version": "0.1.0",
"description": "Simple Observer with validation when apply value",
"main": "dest/index.js",
"scripts": {
"test": "node_modules/.bin/karma start --browsers PhantomJS",
"build": "babel src --presets babel-preset-es2015 --out-dir dest",
"prepublish": "npm run build",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.5.5",
"lodash": "^4.10.0"
},
"repository": "https://bitbucket.org/shetinin_andrey/typed_observer",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-remove-debugger": "^6.8.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"docdash": "^0.1.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"webpack": "^1.12.15"
}
}