forked from IgniteUI/igniteui-react-wrappers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.09 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
{
"name": "igniteui-react",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/IgniteUI/igniteui-react.git"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2",
"babel-core": "^6.17.0"
},
"scripts": {
"build": "npm run prepare-dist",
"prepare-dist": "uglifyjs src/props/* src/util/* src/components/* -b -o dist/npm/igniteui-react.js && uglifyjs dist/npm/igniteui-react.js -o dist/npm/igniteui-react.min.js",
"pretest": "npm run build",
"test": "karma start tests/karma.conf.js && npm run copy-coverage-report",
"copy-coverage-report": "cp coverage/karma-tmp/**/coverage*.json coverage/ && cp coverage/karma-tmp/**/lcov*.info coverage/"
},
"devDependencies": {
"uglify-js": "^2.7.3",
"jasmine-core": "^2.4.1",
"jspm": "^0.16.46",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.2.2",
"karma-junit-reporter": "^0.4.2",
"karma-coverage": "^1.1.1",
"karma-remap-istanbul": "",
"systemjs": "^0.19.39",
"coveralls": "^2.11.14"
}
}