-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "ekstep-content-plugin-dev-common",
"version": "1.0.0",
"description": "Common development files for writing ekstep content plugin",
"dependencies": {
"angular-mocks": "^1.6.3",
"git-rev": "^0.2.1",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-eslint-if-fixed": "^1.0.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-jsonlint": "^1.2.0",
"gulp-zip": "^4.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-angular": "0.0.6",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.4",
"rimraf": "^2.6.1",
"eslint-config-ekstep-content-plugin": "https://github.com/ekstep/eslint-config-ekstep-content-plugin.git"
},
"scripts": {
"build": "npm install && gulp"
},
"author": "ekstep",
"license": "MIT",
"devDependencies": {
"gulp-jasmine-node": "^1.0.7",
"jasmine-node": "^1.14.5"
}
}