This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.47 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
{
"name": "ng-classified",
"author": "ex-machine",
"version": "1.0.2",
"description": "Compels AngularJS to be friendly to ES6/ES2015 classes",
"keywords": [
"angular",
"es6",
"es7",
"class",
"classes"
],
"license": "MIT",
"main": "src/ng-classified.js",
"repository": {
"type": "git",
"url": "https://github.com/ex-machine/ng-classified.git"
},
"engines": {
"node": ">= 4.0.0",
"iojs": ">= 3.0.0"
},
"devDependencies": {
"angular": ">=1.5.0-rc.0",
"angular-mocks": ">=1.5.0-rc.0",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"bower": "^1.6.3",
"del": "^1.2.0",
"expose-loader": "^0.7.0",
"extend": "^3.0.0",
"gulp": "^3.9.0",
"gulp-debug": "^2.1.2",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.11",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-spec-reporter": "0.0.20",
"mversion": "^1.10.0",
"run-sequence": "^1.1.1",
"small": "^0.1.1",
"webpack": "^1.9.11",
"webpack-stream": "^2.1.1"
},
"dependencies": {
"apply-fn": "^1.0.3"
},
"peerDependencies": {
"angular": "^1.0"
},
"//": [
"npm run version -- 1.0.0"
],
"scripts": {
"version": "mversion -n -m %s",
"test": "gulp test"
}
}