mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "tns-core-modules",
|
|
"description": "Telerik NativeScript Core Modules",
|
|
"version": "2.1.0",
|
|
"homepage":"https://www.nativescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"files": [
|
|
"**/*.d.ts",
|
|
"**/*.js",
|
|
"!android17.d.ts",
|
|
"!ios.d.ts",
|
|
"!bin/",
|
|
"!apps/",
|
|
"!build/",
|
|
"!node-tests/",
|
|
"!declarations.android.d.ts",
|
|
"!declarations.ios.d.ts",
|
|
"!gruntfile.js",
|
|
"!org.nativescript.widgets.d.ts"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"chai": "3.2.0",
|
|
"grunt": "0.4.5",
|
|
"grunt-contrib-clean": "0.6.0",
|
|
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
|
|
"grunt-env": "0.4.4",
|
|
"grunt-exec": "0.4.6",
|
|
"grunt-mkdir": "0.1.2",
|
|
"grunt-multi-dest": "1.0.0",
|
|
"grunt-shell": "1.1.2",
|
|
"grunt-simple-mocha": "0.4.0",
|
|
"grunt-ts": "5.3.2",
|
|
"grunt-typedoc": "0.2.3",
|
|
"grunt-untar": "0.0.1",
|
|
"markdown-snippet-injector": "^0.1.1",
|
|
"mocha": "2.2.5",
|
|
"shelljs": "0.5.3",
|
|
"grunt-tslint": "3.0.3",
|
|
"time-grunt": "^1.3.0",
|
|
"tslint": "3.4.0",
|
|
"typescript": "1.8.2"
|
|
},
|
|
"typings": "tns-core-modules.d.ts",
|
|
"dependencies": {
|
|
"tns-core-modules-widgets": "next"
|
|
},
|
|
"nativescript": {
|
|
"platforms": {
|
|
"ios": "2.0.0",
|
|
"android": "2.0.0"
|
|
}
|
|
}
|
|
}
|