-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"author": "flogou <florent.gouget@gmail.com>",
"name": "angular-orm",
"version": "1.2.1",
"description": "",
"homepage": "",
"dependencies": {},
"files": [
"src/**/*.js"
],
"devDependencies": {
"angular": "^1.4.8",
"angular-mocks": "^1.4.6",
"babel-polyfill": "^6.2.0",
"browserify": "^11.2.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.2",
"gulp-inject": "^1.1.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"lodash": "^3.10.1",
"lodash-es": "^3.10.1",
"phantomjs": "^1.9.18",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": "",
"engines": {
"node": "0.10.10"
}
}